File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
lib/datadog_api_client/v1/models Expand file tree Collapse file tree 2 files changed +3
-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 @@ -33,5 +33,6 @@ class FormulaAndFunctionEventsDataSource
3333 CI_PIPELINES = "ci_pipelines" . freeze
3434 INCIDENT_ANALYTICS = "incident_analytics" . freeze
3535 PRODUCT_ANALYTICS = "product_analytics" . freeze
36+ ON_CALL_EVENTS = "on_call_events" . freeze
3637 end
3738end
You can’t perform that action at this time.
0 commit comments