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:
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:
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ export type FormulaAndFunctionEventsDataSource =
2222 | typeof CI_TESTS
2323 | typeof CI_PIPELINES
2424 | typeof INCIDENT_ANALYTICS
25+ | typeof PRODUCT_ANALYTICS
2526 | UnparsedObject ;
2627export const LOGS = "logs" ;
2728export const SPANS = "spans" ;
@@ -34,3 +35,4 @@ export const EVENTS = "events";
3435export const CI_TESTS = "ci_tests" ;
3536export const CI_PIPELINES = "ci_pipelines" ;
3637export 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[] } = {
773773 "ci_tests" ,
774774 "ci_pipelines" ,
775775 "incident_analytics" ,
776+ "product_analytics" ,
776777 ] ,
777778 FormulaAndFunctionMetricAggregation : [
778779 "avg" ,
You can’t perform that action at this time.
0 commit comments