Skip to content

Commit 0153516

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 3517c947 of spec repo
1 parent c8399c9 commit 0153516

File tree

5 files changed

+150
-15
lines changed

5 files changed

+150
-15
lines changed

.apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-01-13 17:10:15.192490",
8-
"spec_repo_commit": "be17a7b8"
7+
"regenerated": "2025-01-13 18:28:06.332663",
8+
"spec_repo_commit": "3517c947"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-13 17:10:15.208200",
13-
"spec_repo_commit": "be17a7b8"
12+
"regenerated": "2025-01-13 18:28:06.347841",
13+
"spec_repo_commit": "3517c947"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

+49-4
Original file line numberDiff line numberDiff line change
@@ -20269,7 +20269,7 @@ components:
2026920269
type: integer
2027020270
profiling_host_top99p:
2027120271
description: Shows the 99th percentile of all profiled hosts over all hours
20272-
in the current date for all organizations.
20272+
within the current date for all organizations.
2027320273
format: int64
2027420274
type: integer
2027520275
rum_browser_and_mobile_session_count:
@@ -20358,10 +20358,25 @@ components:
2035820358
type: integer
2035920359
rum_mobile_lite_session_count_roku_sum:
2036020360
description: Shows the sum of all mobile RUM lite sessions on Roku over
20361-
all hours in the current date for all organizations (To be introduced
20361+
all hours within the current date for all organizations (To be introduced
2036220362
on October 1st, 2024).
2036320363
format: int64
2036420364
type: integer
20365+
rum_mobile_replay_session_count_android_sum:
20366+
description: Shows the sum of all mobile RUM replay sessions on Android
20367+
over all hours within the current date for the given org.
20368+
format: int64
20369+
type: integer
20370+
rum_mobile_replay_session_count_ios_sum:
20371+
description: Shows the sum of all mobile RUM replay sessions on iOS over
20372+
all hours within the current date for the given org.
20373+
format: int64
20374+
type: integer
20375+
rum_mobile_replay_session_count_reactnative_sum:
20376+
description: Shows the sum of all mobile RUM replay sessions on React Native
20377+
over all hours within the current date for the given org.
20378+
format: int64
20379+
type: integer
2036520380
rum_replay_session_count_sum:
2036620381
description: Shows the sum of all RUM Session Replay counts over all hours
2036720382
in the current date for all organizations (To be introduced on October
@@ -21122,7 +21137,7 @@ components:
2112221137
type: integer
2112321138
profiling_host_top99p:
2112421139
description: Shows the 99th percentile of all profiled hosts over all hours
21125-
in the current date for the given org.
21140+
within the current date for the given org.
2112621141
format: int64
2112721142
type: integer
2112821143
public_id:
@@ -21221,6 +21236,21 @@ components:
2122121236
1st, 2024).
2122221237
format: int64
2122321238
type: integer
21239+
rum_mobile_replay_session_count_android_sum:
21240+
description: Shows the sum of all mobile RUM replay sessions on Android
21241+
over all hours within the current date for the given org.
21242+
format: int64
21243+
type: integer
21244+
rum_mobile_replay_session_count_ios_sum:
21245+
description: Shows the sum of all mobile RUM replay sessions on iOS over
21246+
all hours within the current date for the given org.
21247+
format: int64
21248+
type: integer
21249+
rum_mobile_replay_session_count_reactnative_sum:
21250+
description: Shows the sum of all mobile RUM replay sessions on React Native
21251+
over all hours within the current date for the given org.
21252+
format: int64
21253+
type: integer
2122421254
rum_replay_session_count_sum:
2122521255
description: Shows the sum of all RUM Session Replay counts over all hours
2122621256
in the current date for the given org (To be introduced on October 1st,
@@ -22109,10 +22139,25 @@ components:
2210922139
type: integer
2211022140
rum_mobile_lite_session_count_roku_agg_sum:
2211122141
description: Shows the sum of all mobile RUM lite sessions on Roku over
22112-
all hours in the current month for all organizations (To be introduced
22142+
all hours within the current month for all organizations (To be introduced
2211322143
on October 1st, 2024).
2211422144
format: int64
2211522145
type: integer
22146+
rum_mobile_replay_session_count_android_agg_sum:
22147+
description: Shows the sum of all mobile RUM replay sessions on Android
22148+
over all hours within the current month for all organizations.
22149+
format: int64
22150+
type: integer
22151+
rum_mobile_replay_session_count_ios_agg_sum:
22152+
description: Shows the sum of all mobile RUM replay sessions on iOS over
22153+
all hours within the current month for all organizations.
22154+
format: int64
22155+
type: integer
22156+
rum_mobile_replay_session_count_reactnative_agg_sum:
22157+
description: Shows the sum of all mobile RUM replay sessions on React Native
22158+
over all hours within the current month for all organizations.
22159+
format: int64
22160+
type: integer
2211622161
rum_replay_session_count_agg_sum:
2211722162
description: Shows the sum of all RUM Session Replay counts over all hours
2211822163
in the current month for all organizations (To be introduced on October

0 commit comments

Comments
 (0)