File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
packages/datadog-api-client-v1/models Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -2875,6 +2875,7 @@ components:
2875
2875
- ci_tests
2876
2876
- ci_pipelines
2877
2877
- incident_analytics
2878
+ - product_analytics
2878
2879
example: logs
2879
2880
type: string
2880
2881
x-enum-varnames:
@@ -2889,6 +2890,7 @@ components:
2889
2890
- CI_TESTS
2890
2891
- CI_PIPELINES
2891
2892
- INCIDENT_ANALYTICS
2893
+ - PRODUCT_ANALYTICS
2892
2894
FormulaAndFunctionMetricAggregation:
2893
2895
description: The aggregation methods available for metrics queries.
2894
2896
enum:
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ export type FormulaAndFunctionEventsDataSource =
22
22
| typeof CI_TESTS
23
23
| typeof CI_PIPELINES
24
24
| typeof INCIDENT_ANALYTICS
25
+ | typeof PRODUCT_ANALYTICS
25
26
| UnparsedObject ;
26
27
export const LOGS = "logs" ;
27
28
export const SPANS = "spans" ;
@@ -34,3 +35,4 @@ export const EVENTS = "events";
34
35
export const CI_TESTS = "ci_tests" ;
35
36
export const CI_PIPELINES = "ci_pipelines" ;
36
37
export const INCIDENT_ANALYTICS = "incident_analytics" ;
38
+ export const PRODUCT_ANALYTICS = "product_analytics" ;
Original file line number Diff line number Diff line change @@ -773,6 +773,7 @@ const enumsMap: { [key: string]: any[] } = {
773
773
"ci_tests" ,
774
774
"ci_pipelines" ,
775
775
"incident_analytics" ,
776
+ "product_analytics" ,
776
777
] ,
777
778
FormulaAndFunctionMetricAggregation : [
778
779
"avg" ,
You can’t perform that action at this time.
0 commit comments