Skip to content

Commit 3620cf5

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 4c285d5 of spec repo
1 parent e98e37e commit 3620cf5

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2875,6 +2875,7 @@ components:
28752875
- ci_tests
28762876
- ci_pipelines
28772877
- incident_analytics
2878+
- product_analytics
28782879
example: logs
28792880
type: string
28802881
x-enum-varnames:
@@ -2889,6 +2890,7 @@ components:
28892890
- CI_TESTS
28902891
- CI_PIPELINES
28912892
- INCIDENT_ANALYTICS
2893+
- PRODUCT_ANALYTICS
28922894
FormulaAndFunctionMetricAggregation:
28932895
description: The aggregation methods available for metrics queries.
28942896
enum:

services/dashboards/src/v1/models/FormulaAndFunctionEventsDataSource.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export type FormulaAndFunctionEventsDataSource =
1515
| typeof CI_TESTS
1616
| typeof CI_PIPELINES
1717
| typeof INCIDENT_ANALYTICS
18+
| typeof PRODUCT_ANALYTICS
1819
| UnparsedObject;
1920
export const LOGS = "logs";
2021
export const SPANS = "spans";
@@ -27,3 +28,4 @@ export const EVENTS = "events";
2728
export const CI_TESTS = "ci_tests";
2829
export const CI_PIPELINES = "ci_pipelines";
2930
export const INCIDENT_ANALYTICS = "incident_analytics";
31+
export const PRODUCT_ANALYTICS = "product_analytics";

services/dashboards/src/v1/models/TypingInfo.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ export const TypingInfo: ModelTypingInfo = {
234234
"ci_tests",
235235
"ci_pipelines",
236236
"incident_analytics",
237+
"product_analytics",
237238
],
238239
FormulaAndFunctionMetricAggregation: [
239240
"avg",

services/notebooks/src/v1/models/FormulaAndFunctionEventsDataSource.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export type FormulaAndFunctionEventsDataSource =
1515
| typeof CI_TESTS
1616
| typeof CI_PIPELINES
1717
| typeof INCIDENT_ANALYTICS
18+
| typeof PRODUCT_ANALYTICS
1819
| UnparsedObject;
1920
export const LOGS = "logs";
2021
export const SPANS = "spans";
@@ -27,3 +28,4 @@ export const EVENTS = "events";
2728
export const CI_TESTS = "ci_tests";
2829
export const CI_PIPELINES = "ci_pipelines";
2930
export const INCIDENT_ANALYTICS = "incident_analytics";
31+
export const PRODUCT_ANALYTICS = "product_analytics";

services/notebooks/src/v1/models/TypingInfo.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ export const TypingInfo: ModelTypingInfo = {
144144
"ci_tests",
145145
"ci_pipelines",
146146
"incident_analytics",
147+
"product_analytics",
147148
],
148149
FormulaAndFunctionMetricAggregation: [
149150
"avg",

0 commit comments

Comments
 (0)