File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 @@ -27,6 +27,7 @@ const (
2727 FORMULAANDFUNCTIONEVENTSDATASOURCE_CI_PIPELINES FormulaAndFunctionEventsDataSource = "ci_pipelines"
2828 FORMULAANDFUNCTIONEVENTSDATASOURCE_INCIDENT_ANALYTICS FormulaAndFunctionEventsDataSource = "incident_analytics"
2929 FORMULAANDFUNCTIONEVENTSDATASOURCE_PRODUCT_ANALYTICS FormulaAndFunctionEventsDataSource = "product_analytics"
30+ FORMULAANDFUNCTIONEVENTSDATASOURCE_ON_CALL_EVENTS FormulaAndFunctionEventsDataSource = "on_call_events"
3031)
3132
3233var allowedFormulaAndFunctionEventsDataSourceEnumValues = []FormulaAndFunctionEventsDataSource {
@@ -42,6 +43,7 @@ var allowedFormulaAndFunctionEventsDataSourceEnumValues = []FormulaAndFunctionEv
4243 FORMULAANDFUNCTIONEVENTSDATASOURCE_CI_PIPELINES ,
4344 FORMULAANDFUNCTIONEVENTSDATASOURCE_INCIDENT_ANALYTICS ,
4445 FORMULAANDFUNCTIONEVENTSDATASOURCE_PRODUCT_ANALYTICS ,
46+ FORMULAANDFUNCTIONEVENTSDATASOURCE_ON_CALL_EVENTS ,
4547}
4648
4749// GetAllowedValues reeturns the list of possible values.
You can’t perform that action at this time.
0 commit comments