Skip to content

Commit 8682a2b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Adding new API keys in summary endpoint for APM Standalone new billing dimensions (#32622)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 20f4e1e commit 8682a2b

File tree

4 files changed

+217
-1
lines changed

4 files changed

+217
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Large diffs are not rendered by default.

data/api/v1/full_spec.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20936,6 +20936,11 @@ components:
2093620936
hours in the current date for the given org.
2093720937
format: int64
2093820938
type: integer
20939+
apm_enterprise_standalone_hosts_top99p:
20940+
description: Shows the 99th percentile of all distinct standalone Enterprise
20941+
hosts over all hours in the current date for all organizations.
20942+
format: int64
20943+
type: integer
2093920944
apm_fargate_count_avg:
2094020945
description: Shows the average of all APM ECS Fargate tasks over all hours
2094120946
in the current date for all organizations.
@@ -20946,6 +20951,11 @@ components:
2094620951
hours in the current date for all organizations.
2094720952
format: int64
2094820953
type: integer
20954+
apm_pro_standalone_hosts_top99p:
20955+
description: Shows the 99th percentile of all distinct standalone Pro hosts
20956+
over all hours in the current date for all organizations.
20957+
format: int64
20958+
type: integer
2094920959
appsec_fargate_count_avg:
2095020960
description: Shows the average of all Application Security Monitoring ECS
2095120961
Fargate tasks over all hours in the current date for all organizations.
@@ -22034,6 +22044,11 @@ components:
2203422044
hours in the current date for the given org.
2203522045
format: int64
2203622046
type: integer
22047+
apm_enterprise_standalone_hosts_top99p:
22048+
description: Shows the 99th percentile of all distinct standalone Enterprise
22049+
hosts over all hours in the current date for the given org.
22050+
format: int64
22051+
type: integer
2203722052
apm_fargate_count_avg:
2203822053
description: Shows the average of all APM ECS Fargate tasks over all hours
2203922054
in the current month for the given org.
@@ -22044,6 +22059,11 @@ components:
2204422059
hours in the current date for the given org.
2204522060
format: int64
2204622061
type: integer
22062+
apm_pro_standalone_hosts_top99p:
22063+
description: Shows the 99th percentile of all distinct standalone Pro hosts
22064+
over all hours in the current date for the given org.
22065+
format: int64
22066+
type: integer
2204722067
appsec_fargate_count_avg:
2204822068
description: Shows the average of all Application Security Monitoring ECS
2204922069
Fargate tasks over all hours in the current month for the given org.
@@ -23136,6 +23156,11 @@ components:
2313623156
hours in the current month for all organizations.
2313723157
format: int64
2313823158
type: integer
23159+
apm_enterprise_standalone_hosts_top99p_sum:
23160+
description: Shows the sum of the 99th percentile of all distinct standalone
23161+
Enterprise hosts over all hours in the current month for all organizations.
23162+
format: int64
23163+
type: integer
2313923164
apm_fargate_count_avg_sum:
2314023165
description: Shows the average of all APM ECS Fargate tasks over all hours
2314123166
in the current month for all organizations.
@@ -23146,6 +23171,11 @@ components:
2314623171
hours in the current month for all organizations.
2314723172
format: int64
2314823173
type: integer
23174+
apm_pro_standalone_hosts_top99p_sum:
23175+
description: Shows the sum of the 99th percentile of all distinct standalone
23176+
Pro hosts over all hours in the current month for all organizations.
23177+
format: int64
23178+
type: integer
2314923179
appsec_fargate_count_avg_sum:
2315023180
description: Shows the average of all Application Security Monitoring ECS
2315123181
Fargate tasks over all hours in the current month for all organizations.

0 commit comments

Comments
 (0)