Skip to content

Commit 4b0e4e8

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 1e457c2 of spec repo
1 parent d840d75 commit 4b0e4e8

7 files changed

Lines changed: 796 additions & 4 deletions

.generator/schemas/v1/openapi.yaml

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4805,6 +4805,7 @@ components:
48054805
- incident_management_monthly_active_users_usage
48064806
- indexed_spans_usage
48074807
- infra_host_usage
4808+
- infra_host_basic_usage
48084809
- ingested_logs_bytes_usage
48094810
- ingested_spans_bytes_usage
48104811
- invocations_usage
@@ -4893,6 +4894,7 @@ components:
48934894
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
48944895
- INDEXED_SPANS_USAGE
48954896
- INFRA_HOST_USAGE
4897+
- INFRA_HOST_BASIC_USAGE
48964898
- INGESTED_LOGS_BYTES_USAGE
48974899
- INGESTED_SPANS_BYTES_USAGE
48984900
- INVOCATIONS_USAGE
@@ -9391,6 +9393,8 @@ components:
93919393
- incident_management_monthly_active_users_percentage
93929394
- infra_host_usage
93939395
- infra_host_percentage
9396+
- infra_host_basic_usage
9397+
- infra_host_basic_percentage
93949398
- invocations_usage
93959399
- invocations_percentage
93969400
- lambda_traced_invocations_usage
@@ -9558,6 +9562,8 @@ components:
95589562
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE
95599563
- INFRA_HOST_USAGE
95609564
- INFRA_HOST_PERCENTAGE
9565+
- INFRA_HOST_BASIC_USAGE
9566+
- INFRA_HOST_BASIC_PERCENTAGE
95619567
- INVOCATIONS_USAGE
95629568
- INVOCATIONS_PERCENTAGE
95639569
- LAMBDA_TRACED_INVOCATIONS_USAGE
@@ -9955,6 +9961,14 @@ components:
99559961
description: The total APM Indexed Spans usage by tag(s).
99569962
format: double
99579963
type: number
9964+
infra_host_basic_percentage:
9965+
description: The percentage of infrastructure host Basic tier usage by tag(s).
9966+
format: double
9967+
type: number
9968+
infra_host_basic_usage:
9969+
description: The infrastructure host Basic tier usage by tag(s).
9970+
format: double
9971+
type: number
99589972
infra_host_percentage:
99599973
description: The percentage of infrastructure host usage by tag(s).
99609974
format: double
@@ -22234,6 +22248,18 @@ components:
2223422248
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org.
2223522249
format: int64
2223622250
type: integer
22251+
eph_infra_host_basic_infra_basic_agent_sum:
22252+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for all organizations.
22253+
format: int64
22254+
type: integer
22255+
eph_infra_host_basic_infra_basic_vsphere_sum:
22256+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier on vSphere over all hours in the current date for all organizations.
22257+
format: int64
22258+
type: integer
22259+
eph_infra_host_basic_sum:
22260+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier over all hours in the current date for all organizations.
22261+
format: int64
22262+
type: integer
2223722263
eph_infra_host_ent_sum:
2223822264
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org.
2223922265
format: int64
@@ -22382,6 +22408,18 @@ components:
2238222408
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for all organizations.
2238322409
format: int64
2238422410
type: integer
22411+
infra_host_basic_infra_basic_agent_top99p:
22412+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for all organizations.
22413+
format: int64
22414+
type: integer
22415+
infra_host_basic_infra_basic_vsphere_top99p:
22416+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier on vSphere over all hours in the current date for all organizations.
22417+
format: int64
22418+
type: integer
22419+
infra_host_basic_top99p:
22420+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier over all hours in the current date for all organizations.
22421+
format: int64
22422+
type: integer
2238522423
infra_host_top99p:
2238622424
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for all organizations.
2238722425
format: int64
@@ -23183,6 +23221,18 @@ components:
2318323221
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org.
2318423222
format: int64
2318523223
type: integer
23224+
eph_infra_host_basic_infra_basic_agent_sum:
23225+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for the given org.
23226+
format: int64
23227+
type: integer
23228+
eph_infra_host_basic_infra_basic_vsphere_sum:
23229+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier on vSphere over all hours in the current date for the given org.
23230+
format: int64
23231+
type: integer
23232+
eph_infra_host_basic_sum:
23233+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier over all hours in the current date for the given org.
23234+
format: int64
23235+
type: integer
2318623236
eph_infra_host_ent_sum:
2318723237
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org.
2318823238
format: int64
@@ -23335,6 +23385,18 @@ components:
2333523385
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for the given org.
2333623386
format: int64
2333723387
type: integer
23388+
infra_host_basic_infra_basic_agent_top99p:
23389+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for the given org.
23390+
format: int64
23391+
type: integer
23392+
infra_host_basic_infra_basic_vsphere_top99p:
23393+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier on vSphere over all hours in the current date for the given org.
23394+
format: int64
23395+
type: integer
23396+
infra_host_basic_top99p:
23397+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier over all hours in the current date for the given org.
23398+
format: int64
23399+
type: integer
2333823400
infra_host_top99p:
2333923401
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for the given org.
2334023402
format: int64
@@ -24142,6 +24204,18 @@ components:
2414224204
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current month for all organizations.
2414324205
format: int64
2414424206
type: integer
24207+
eph_infra_host_basic_agg_sum:
24208+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier over all hours in the current month for all organizations.
24209+
format: int64
24210+
type: integer
24211+
eph_infra_host_basic_infra_basic_agent_agg_sum:
24212+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current month for all organizations.
24213+
format: int64
24214+
type: integer
24215+
eph_infra_host_basic_infra_basic_vsphere_agg_sum:
24216+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier on vSphere over all hours in the current month for all organizations.
24217+
format: int64
24218+
type: integer
2414524219
eph_infra_host_ent_agg_sum:
2414624220
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current month for all organizations.
2414724221
format: int64
@@ -24291,6 +24365,18 @@ components:
2429124365
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current month for all organizations.
2429224366
format: int64
2429324367
type: integer
24368+
infra_host_basic_infra_basic_agent_top99p_sum:
24369+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current month for all organizations.
24370+
format: int64
24371+
type: integer
24372+
infra_host_basic_infra_basic_vsphere_top99p_sum:
24373+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier on vSphere over all hours in the current month for all organizations.
24374+
format: int64
24375+
type: integer
24376+
infra_host_basic_top99p_sum:
24377+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier over all hours in the current month for all organizations.
24378+
format: int64
24379+
type: integer
2429424380
infra_host_top99p_sum:
2429524381
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current month for all organizations.
2429624382
format: int64

api/datadogV1/model_hourly_usage_attribution_usage_type.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ const (
5858
HOURLYUSAGEATTRIBUTIONUSAGETYPE_INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE HourlyUsageAttributionUsageType = "incident_management_monthly_active_users_usage"
5959
HOURLYUSAGEATTRIBUTIONUSAGETYPE_INDEXED_SPANS_USAGE HourlyUsageAttributionUsageType = "indexed_spans_usage"
6060
HOURLYUSAGEATTRIBUTIONUSAGETYPE_INFRA_HOST_USAGE HourlyUsageAttributionUsageType = "infra_host_usage"
61+
HOURLYUSAGEATTRIBUTIONUSAGETYPE_INFRA_HOST_BASIC_USAGE HourlyUsageAttributionUsageType = "infra_host_basic_usage"
6162
HOURLYUSAGEATTRIBUTIONUSAGETYPE_INGESTED_LOGS_BYTES_USAGE HourlyUsageAttributionUsageType = "ingested_logs_bytes_usage"
6263
HOURLYUSAGEATTRIBUTIONUSAGETYPE_INGESTED_SPANS_BYTES_USAGE HourlyUsageAttributionUsageType = "ingested_spans_bytes_usage"
6364
HOURLYUSAGEATTRIBUTIONUSAGETYPE_INVOCATIONS_USAGE HourlyUsageAttributionUsageType = "invocations_usage"
@@ -147,6 +148,7 @@ var allowedHourlyUsageAttributionUsageTypeEnumValues = []HourlyUsageAttributionU
147148
HOURLYUSAGEATTRIBUTIONUSAGETYPE_INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE,
148149
HOURLYUSAGEATTRIBUTIONUSAGETYPE_INDEXED_SPANS_USAGE,
149150
HOURLYUSAGEATTRIBUTIONUSAGETYPE_INFRA_HOST_USAGE,
151+
HOURLYUSAGEATTRIBUTIONUSAGETYPE_INFRA_HOST_BASIC_USAGE,
150152
HOURLYUSAGEATTRIBUTIONUSAGETYPE_INGESTED_LOGS_BYTES_USAGE,
151153
HOURLYUSAGEATTRIBUTIONUSAGETYPE_INGESTED_SPANS_BYTES_USAGE,
152154
HOURLYUSAGEATTRIBUTIONUSAGETYPE_INVOCATIONS_USAGE,

api/datadogV1/model_monthly_usage_attribution_supported_metrics.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ const (
8484
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE MonthlyUsageAttributionSupportedMetrics = "incident_management_monthly_active_users_percentage"
8585
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_INFRA_HOST_USAGE MonthlyUsageAttributionSupportedMetrics = "infra_host_usage"
8686
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_INFRA_HOST_PERCENTAGE MonthlyUsageAttributionSupportedMetrics = "infra_host_percentage"
87+
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_INFRA_HOST_BASIC_USAGE MonthlyUsageAttributionSupportedMetrics = "infra_host_basic_usage"
88+
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_INFRA_HOST_BASIC_PERCENTAGE MonthlyUsageAttributionSupportedMetrics = "infra_host_basic_percentage"
8789
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_INVOCATIONS_USAGE MonthlyUsageAttributionSupportedMetrics = "invocations_usage"
8890
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_INVOCATIONS_PERCENTAGE MonthlyUsageAttributionSupportedMetrics = "invocations_percentage"
8991
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_LAMBDA_TRACED_INVOCATIONS_USAGE MonthlyUsageAttributionSupportedMetrics = "lambda_traced_invocations_usage"
@@ -252,6 +254,8 @@ var allowedMonthlyUsageAttributionSupportedMetricsEnumValues = []MonthlyUsageAtt
252254
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE,
253255
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_INFRA_HOST_USAGE,
254256
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_INFRA_HOST_PERCENTAGE,
257+
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_INFRA_HOST_BASIC_USAGE,
258+
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_INFRA_HOST_BASIC_PERCENTAGE,
255259
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_INVOCATIONS_USAGE,
256260
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_INVOCATIONS_PERCENTAGE,
257261
MONTHLYUSAGEATTRIBUTIONSUPPORTEDMETRICS_LAMBDA_TRACED_INVOCATIONS_USAGE,

0 commit comments

Comments
 (0)