Skip to content

Commit 64481bd

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Remove private beta note for usage attribution fields (#1020)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 1154162 commit 64481bd

File tree

4 files changed

+36
-56
lines changed

4 files changed

+36
-56
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-02-10 07:58:02.678617",
8-
"spec_repo_commit": "062e75ae"
7+
"regenerated": "2023-02-10 19:47:52.268737",
8+
"spec_repo_commit": "b3e2c8a4"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-02-10 07:58:02.696723",
13-
"spec_repo_commit": "062e75ae"
12+
"regenerated": "2023-02-10 19:47:52.281619",
13+
"spec_repo_commit": "b3e2c8a4"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 12 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -7340,52 +7340,42 @@ components:
73407340
type: number
73417341
estimated_indexed_logs_percentage:
73427342
description: The percentage of estimated live indexed logs usage by tag(s).
7343-
This field is in private beta.
73447343
format: double
73457344
type: number
73467345
estimated_indexed_logs_usage:
7347-
description: The estimated live indexed logs usage by tag(s). This field
7348-
is in private beta.
7346+
description: The estimated live indexed logs usage by tag(s).
73497347
format: double
73507348
type: number
73517349
estimated_indexed_spans_percentage:
73527350
description: The percentage of estimated indexed spans usage by tag(s).
7353-
This field is in private beta.
73547351
format: double
73557352
type: number
73567353
estimated_indexed_spans_usage:
7357-
description: The estimated indexed spans usage by tag(s). This field is
7358-
in private beta.
7354+
description: The estimated indexed spans usage by tag(s).
73597355
format: double
73607356
type: number
73617357
estimated_ingested_logs_percentage:
73627358
description: The percentage of estimated live ingested logs usage by tag(s).
7363-
This field is in private beta.
73647359
format: double
73657360
type: number
73667361
estimated_ingested_logs_usage:
7367-
description: The estimated live ingested logs usage by tag(s). This field
7368-
is in private beta.
7362+
description: The estimated live ingested logs usage by tag(s).
73697363
format: double
73707364
type: number
73717365
estimated_ingested_spans_percentage:
73727366
description: The percentage of estimated ingested spans usage by tag(s).
7373-
This field is in private beta.
73747367
format: double
73757368
type: number
73767369
estimated_ingested_spans_usage:
7377-
description: The estimated ingested spans usage by tag(s). This field is
7378-
in private beta.
7370+
description: The estimated ingested spans usage by tag(s).
73797371
format: double
73807372
type: number
73817373
estimated_rum_sessions_percentage:
7382-
description: The percentage of estimated rum sessions usage by tag(s). This
7383-
field is in private beta.
7374+
description: The percentage of estimated rum sessions usage by tag(s).
73847375
format: double
73857376
type: number
73867377
estimated_rum_sessions_usage:
7387-
description: The estimated rum sessions usage by tag(s). This field is in
7388-
private beta.
7378+
description: The estimated rum sessions usage by tag(s).
73897379
format: double
73907380
type: number
73917381
fargate_percentage:
@@ -15156,52 +15146,42 @@ components:
1515615146
type: number
1515715147
estimated_indexed_logs_percentage:
1515815148
description: The percentage of estimated live indexed logs usage by tag(s).
15159-
Note this field is in private beta.
1516015149
format: double
1516115150
type: number
1516215151
estimated_indexed_logs_usage:
15163-
description: The estimated live indexed logs usage by tag(s). Note this
15164-
field is in private beta.
15152+
description: The estimated live indexed logs usage by tag(s).
1516515153
format: double
1516615154
type: number
1516715155
estimated_indexed_spans_percentage:
1516815156
description: The percentage of estimated indexed spans usage by tag(s).
15169-
Note this field is in private beta.
1517015157
format: double
1517115158
type: number
1517215159
estimated_indexed_spans_usage:
15173-
description: The estimated indexed spans usage by tag(s). Note this field
15174-
is in private beta.
15160+
description: The estimated indexed spans usage by tag(s).
1517515161
format: double
1517615162
type: number
1517715163
estimated_ingested_logs_percentage:
1517815164
description: The percentage of estimated live ingested logs usage by tag(s).
15179-
Note this field is in private beta.
1518015165
format: double
1518115166
type: number
1518215167
estimated_ingested_logs_usage:
15183-
description: The estimated live ingested logs usage by tag(s). Note this
15184-
field is in private beta.
15168+
description: The estimated live ingested logs usage by tag(s).
1518515169
format: double
1518615170
type: number
1518715171
estimated_ingested_spans_percentage:
1518815172
description: The percentage of estimated ingested spans usage by tag(s).
15189-
Note this field is in private beta.
1519015173
format: double
1519115174
type: number
1519215175
estimated_ingested_spans_usage:
15193-
description: The estimated ingested spans usage by tag(s). Note this field
15194-
is in private beta.
15176+
description: The estimated ingested spans usage by tag(s).
1519515177
format: double
1519615178
type: number
1519715179
estimated_rum_sessions_percentage:
15198-
description: The percentage of estimated rum sessions usage by tag(s). This
15199-
field is in private beta.
15180+
description: The percentage of estimated rum sessions usage by tag(s).
1520015181
format: double
1520115182
type: number
1520215183
estimated_rum_sessions_usage:
15203-
description: The estimated rum sessions usage by tag(s). This field is in
15204-
private beta.
15184+
description: The estimated rum sessions usage by tag(s).
1520515185
format: double
1520615186
type: number
1520715187
infra_host_percentage:

packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,43 +131,43 @@ export class MonthlyUsageAttributionValues {
131131
*/
132132
"dbmQueriesUsage"?: number;
133133
/**
134-
* The percentage of estimated live indexed logs usage by tag(s). This field is in private beta.
134+
* The percentage of estimated live indexed logs usage by tag(s).
135135
*/
136136
"estimatedIndexedLogsPercentage"?: number;
137137
/**
138-
* The estimated live indexed logs usage by tag(s). This field is in private beta.
138+
* The estimated live indexed logs usage by tag(s).
139139
*/
140140
"estimatedIndexedLogsUsage"?: number;
141141
/**
142-
* The percentage of estimated indexed spans usage by tag(s). This field is in private beta.
142+
* The percentage of estimated indexed spans usage by tag(s).
143143
*/
144144
"estimatedIndexedSpansPercentage"?: number;
145145
/**
146-
* The estimated indexed spans usage by tag(s). This field is in private beta.
146+
* The estimated indexed spans usage by tag(s).
147147
*/
148148
"estimatedIndexedSpansUsage"?: number;
149149
/**
150-
* The percentage of estimated live ingested logs usage by tag(s). This field is in private beta.
150+
* The percentage of estimated live ingested logs usage by tag(s).
151151
*/
152152
"estimatedIngestedLogsPercentage"?: number;
153153
/**
154-
* The estimated live ingested logs usage by tag(s). This field is in private beta.
154+
* The estimated live ingested logs usage by tag(s).
155155
*/
156156
"estimatedIngestedLogsUsage"?: number;
157157
/**
158-
* The percentage of estimated ingested spans usage by tag(s). This field is in private beta.
158+
* The percentage of estimated ingested spans usage by tag(s).
159159
*/
160160
"estimatedIngestedSpansPercentage"?: number;
161161
/**
162-
* The estimated ingested spans usage by tag(s). This field is in private beta.
162+
* The estimated ingested spans usage by tag(s).
163163
*/
164164
"estimatedIngestedSpansUsage"?: number;
165165
/**
166-
* The percentage of estimated rum sessions usage by tag(s). This field is in private beta.
166+
* The percentage of estimated rum sessions usage by tag(s).
167167
*/
168168
"estimatedRumSessionsPercentage"?: number;
169169
/**
170-
* The estimated rum sessions usage by tag(s). This field is in private beta.
170+
* The estimated rum sessions usage by tag(s).
171171
*/
172172
"estimatedRumSessionsUsage"?: number;
173173
/**

packages/datadog-api-client-v1/models/UsageAttributionValues.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -123,43 +123,43 @@ export class UsageAttributionValues {
123123
*/
124124
"dbmQueriesUsage"?: number;
125125
/**
126-
* The percentage of estimated live indexed logs usage by tag(s). Note this field is in private beta.
126+
* The percentage of estimated live indexed logs usage by tag(s).
127127
*/
128128
"estimatedIndexedLogsPercentage"?: number;
129129
/**
130-
* The estimated live indexed logs usage by tag(s). Note this field is in private beta.
130+
* The estimated live indexed logs usage by tag(s).
131131
*/
132132
"estimatedIndexedLogsUsage"?: number;
133133
/**
134-
* The percentage of estimated indexed spans usage by tag(s). Note this field is in private beta.
134+
* The percentage of estimated indexed spans usage by tag(s).
135135
*/
136136
"estimatedIndexedSpansPercentage"?: number;
137137
/**
138-
* The estimated indexed spans usage by tag(s). Note this field is in private beta.
138+
* The estimated indexed spans usage by tag(s).
139139
*/
140140
"estimatedIndexedSpansUsage"?: number;
141141
/**
142-
* The percentage of estimated live ingested logs usage by tag(s). Note this field is in private beta.
142+
* The percentage of estimated live ingested logs usage by tag(s).
143143
*/
144144
"estimatedIngestedLogsPercentage"?: number;
145145
/**
146-
* The estimated live ingested logs usage by tag(s). Note this field is in private beta.
146+
* The estimated live ingested logs usage by tag(s).
147147
*/
148148
"estimatedIngestedLogsUsage"?: number;
149149
/**
150-
* The percentage of estimated ingested spans usage by tag(s). Note this field is in private beta.
150+
* The percentage of estimated ingested spans usage by tag(s).
151151
*/
152152
"estimatedIngestedSpansPercentage"?: number;
153153
/**
154-
* The estimated ingested spans usage by tag(s). Note this field is in private beta.
154+
* The estimated ingested spans usage by tag(s).
155155
*/
156156
"estimatedIngestedSpansUsage"?: number;
157157
/**
158-
* The percentage of estimated rum sessions usage by tag(s). This field is in private beta.
158+
* The percentage of estimated rum sessions usage by tag(s).
159159
*/
160160
"estimatedRumSessionsPercentage"?: number;
161161
/**
162-
* The estimated rum sessions usage by tag(s). This field is in private beta.
162+
* The estimated rum sessions usage by tag(s).
163163
*/
164164
"estimatedRumSessionsUsage"?: number;
165165
/**

0 commit comments

Comments
 (0)