Skip to content

Commit 1a29a2d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add universal service monitoring to usage metering API (DataDog#17509)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent b83bad6 commit 1a29a2d

File tree

5 files changed

+276
-28
lines changed

5 files changed

+276
-28
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.4",
7-
"regenerated": "2023-04-03 12:05:45.036689",
8-
"spec_repo_commit": "1cb4b144"
7+
"regenerated": "2023-04-04 17:52:57.985301",
8+
"spec_repo_commit": "9a7b22d0"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-04-03 12:05:52.154409",
13-
"spec_repo_commit": "1cb4b144"
12+
"regenerated": "2023-04-04 17:53:07.684197",
13+
"spec_repo_commit": "9a7b22d0"
1414
}
1515
}
1616
}

content/en/api/v1/usage-metering/examples.json

Lines changed: 9 additions & 4 deletions
Large diffs are not rendered by default.

data/api/v1/full_spec.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3846,6 +3846,7 @@ components:
38463846
- profiled_host_usage
38473847
- snmp_usage
38483848
- estimated_rum_sessions_usage
3849+
- universal_service_monitoring_usage
38493850
type: string
38503851
x-enum-varnames:
38513852
- API_USAGE
@@ -3878,6 +3879,7 @@ components:
38783879
- PROFILED_HOST_USAGE
38793880
- SNMP_USAGE
38803881
- ESTIMATED_RUM_SESSIONS_USAGE
3882+
- UNIVERSAL_SERVICE_MONITORING_USAGE
38813883
IFrameWidgetDefinition:
38823884
description: The iframe widget allows you to embed a portion of any other web
38833885
page on your dashboard. Only available on FREE layout dashboards.
@@ -7334,6 +7336,8 @@ components:
73347336
- snmp_percentage
73357337
- estimated_rum_sessions_usage
73367338
- estimated_rum_sessions_percentage
7339+
- universal_service_monitoring_usage
7340+
- universal_service_monitoring_percentage
73377341
- '*'
73387342
type: string
73397343
x-enum-varnames:
@@ -7397,6 +7401,8 @@ components:
73977401
- SNMP_PERCENTAGE
73987402
- ESTIMATED_RUM_SESSIONS_USAGE
73997403
- ESTIMATED_RUM_SESSIONS_PERCENTAGE
7404+
- UNIVERSAL_SERVICE_MONITORING_USAGE
7405+
- UNIVERSAL_SERVICE_MONITORING_PERCENTAGE
74007406
- ALL
74017407
MonthlyUsageAttributionValues:
74027408
description: Fields in Usage Summary by tag(s).
@@ -7646,6 +7652,14 @@ components:
76467652
description: The network device usage by tag(s).
76477653
format: double
76487654
type: number
7655+
universal_service_monitoring_percentage:
7656+
description: The percentage of universal service monitoring usage by tag(s).
7657+
format: double
7658+
type: number
7659+
universal_service_monitoring_usage:
7660+
description: The universal service monitoring usage by tag(s).
7661+
format: double
7662+
type: number
76497663
type: object
76507664
NoteWidgetDefinition:
76517665
description: The notes and links widget is similar to free text widget, but
@@ -17655,6 +17669,11 @@ components:
1765517669
in the current date for all organizations.
1765617670
format: int64
1765717671
type: integer
17672+
universal_service_monitoring_host_top99p:
17673+
description: Shows the 99th percentile of all universal service management
17674+
hosts over all hours in the current date for the given org.
17675+
format: int64
17676+
type: integer
1765817677
vsphere_host_top99p:
1765917678
description: Shows the 99th percentile of all vSphere hosts over all hours
1766017679
in the current date for all organizations.
@@ -18049,6 +18068,11 @@ components:
1804918068
in the current date for the given org.
1805018069
format: int64
1805118070
type: integer
18071+
universal_service_monitoring_host_top99p:
18072+
description: Shows the 99th percentile of all Universal Service Monitoring
18073+
hosts over all hours in the current date for the given org.
18074+
format: int64
18075+
type: integer
1805218076
vsphere_host_top99p:
1805318077
description: Shows the 99th percentile of all vSphere hosts over all hours
1805418078
in the current date for the given org.
@@ -18484,6 +18508,11 @@ components:
1848418508
in the current months for all organizations.
1848518509
format: int64
1848618510
type: integer
18511+
universal_service_monitoring_host_top99p_sum:
18512+
description: Shows the 99th percentile of all Universal Service Monitoring
18513+
hosts over all hours in the current months for all organizations.
18514+
format: int64
18515+
type: integer
1848718516
usage:
1848818517
description: An array of objects regarding hourly usage.
1848918518
items:

0 commit comments

Comments
 (0)