Skip to content

Commit

Permalink
Update rum doc to include new usage types (#2863)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Jan 13, 2025
1 parent 3608e27 commit 58c0283
Show file tree
Hide file tree
Showing 5 changed files with 375 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-13 17:10:12.009263",
"spec_repo_commit": "be17a7b8"
"regenerated": "2025-01-13 18:28:01.901832",
"spec_repo_commit": "3517c947"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-13 17:10:12.025348",
"spec_repo_commit": "be17a7b8"
"regenerated": "2025-01-13 18:28:01.916682",
"spec_repo_commit": "3517c947"
}
}
}
53 changes: 49 additions & 4 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20269,7 +20269,7 @@ components:
type: integer
profiling_host_top99p:
description: Shows the 99th percentile of all profiled hosts over all hours
in the current date for all organizations.
within the current date for all organizations.
format: int64
type: integer
rum_browser_and_mobile_session_count:
Expand Down Expand Up @@ -20358,10 +20358,25 @@ components:
type: integer
rum_mobile_lite_session_count_roku_sum:
description: Shows the sum of all mobile RUM lite sessions on Roku over
all hours in the current date for all organizations (To be introduced
all hours within the current date for all organizations (To be introduced
on October 1st, 2024).
format: int64
type: integer
rum_mobile_replay_session_count_android_sum:
description: Shows the sum of all mobile RUM replay sessions on Android
over all hours within the current date for the given org.
format: int64
type: integer
rum_mobile_replay_session_count_ios_sum:
description: Shows the sum of all mobile RUM replay sessions on iOS over
all hours within the current date for the given org.
format: int64
type: integer
rum_mobile_replay_session_count_reactnative_sum:
description: Shows the sum of all mobile RUM replay sessions on React Native
over all hours within the current date for the given org.
format: int64
type: integer
rum_replay_session_count_sum:
description: Shows the sum of all RUM Session Replay counts over all hours
in the current date for all organizations (To be introduced on October
Expand Down Expand Up @@ -21122,7 +21137,7 @@ components:
type: integer
profiling_host_top99p:
description: Shows the 99th percentile of all profiled hosts over all hours
in the current date for the given org.
within the current date for the given org.
format: int64
type: integer
public_id:
Expand Down Expand Up @@ -21221,6 +21236,21 @@ components:
1st, 2024).
format: int64
type: integer
rum_mobile_replay_session_count_android_sum:
description: Shows the sum of all mobile RUM replay sessions on Android
over all hours within the current date for the given org.
format: int64
type: integer
rum_mobile_replay_session_count_ios_sum:
description: Shows the sum of all mobile RUM replay sessions on iOS over
all hours within the current date for the given org.
format: int64
type: integer
rum_mobile_replay_session_count_reactnative_sum:
description: Shows the sum of all mobile RUM replay sessions on React Native
over all hours within the current date for the given org.
format: int64
type: integer
rum_replay_session_count_sum:
description: Shows the sum of all RUM Session Replay counts over all hours
in the current date for the given org (To be introduced on October 1st,
Expand Down Expand Up @@ -22109,10 +22139,25 @@ components:
type: integer
rum_mobile_lite_session_count_roku_agg_sum:
description: Shows the sum of all mobile RUM lite sessions on Roku over
all hours in the current month for all organizations (To be introduced
all hours within the current month for all organizations (To be introduced
on October 1st, 2024).
format: int64
type: integer
rum_mobile_replay_session_count_android_agg_sum:
description: Shows the sum of all mobile RUM replay sessions on Android
over all hours within the current month for all organizations.
format: int64
type: integer
rum_mobile_replay_session_count_ios_agg_sum:
description: Shows the sum of all mobile RUM replay sessions on iOS over
all hours within the current month for all organizations.
format: int64
type: integer
rum_mobile_replay_session_count_reactnative_agg_sum:
description: Shows the sum of all mobile RUM replay sessions on React Native
over all hours within the current month for all organizations.
format: int64
type: integer
rum_replay_session_count_agg_sum:
description: Shows the sum of all RUM Session Replay counts over all hours
in the current month for all organizations (To be introduced on October
Expand Down
Loading

0 comments on commit 58c0283

Please sign in to comment.