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 @@ -2884,6 +2884,7 @@ components:
28842884 - ci_pipelines
28852885 - incident_analytics
28862886 - product_analytics
2887+ - on_call_events
28872888 example: logs
28882889 type: string
28892890 x-enum-varnames:
@@ -2899,6 +2900,7 @@ components:
28992900 - CI_PIPELINES
29002901 - INCIDENT_ANALYTICS
29012902 - PRODUCT_ANALYTICS
2903+ - ON_CALL_EVENTS
29022904 FormulaAndFunctionMetricAggregation:
29032905 description: The aggregation methods available for metrics queries.
29042906 enum:
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ export type FormulaAndFunctionEventsDataSource =
2323 | typeof CI_PIPELINES
2424 | typeof INCIDENT_ANALYTICS
2525 | typeof PRODUCT_ANALYTICS
26+ | typeof ON_CALL_EVENTS
2627 | UnparsedObject ;
2728export const LOGS = "logs" ;
2829export const SPANS = "spans" ;
@@ -36,3 +37,4 @@ export const CI_TESTS = "ci_tests";
3637export const CI_PIPELINES = "ci_pipelines" ;
3738export const INCIDENT_ANALYTICS = "incident_analytics" ;
3839export const PRODUCT_ANALYTICS = "product_analytics" ;
40+ export const ON_CALL_EVENTS = "on_call_events" ;
Original file line number Diff line number Diff line change @@ -781,6 +781,7 @@ const enumsMap: { [key: string]: any[] } = {
781781 "ci_pipelines" ,
782782 "incident_analytics" ,
783783 "product_analytics" ,
784+ "on_call_events" ,
784785 ] ,
785786 FormulaAndFunctionMetricAggregation : [
786787 "avg" ,
You can’t perform that action at this time.
0 commit comments