File tree Expand file tree Collapse file tree 5 files changed +8
-0
lines changed Expand file tree Collapse file tree 5 files changed +8
-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 @@ -16,6 +16,7 @@ export type FormulaAndFunctionEventsDataSource =
1616 | typeof CI_PIPELINES
1717 | typeof INCIDENT_ANALYTICS
1818 | typeof PRODUCT_ANALYTICS
19+ | typeof ON_CALL_EVENTS
1920 | UnparsedObject ;
2021export const LOGS = "logs" ;
2122export const SPANS = "spans" ;
@@ -29,3 +30,4 @@ export const CI_TESTS = "ci_tests";
2930export const CI_PIPELINES = "ci_pipelines" ;
3031export const INCIDENT_ANALYTICS = "incident_analytics" ;
3132export const PRODUCT_ANALYTICS = "product_analytics" ;
33+ export const ON_CALL_EVENTS = "on_call_events" ;
Original file line number Diff line number Diff line change @@ -235,6 +235,7 @@ export const TypingInfo: ModelTypingInfo = {
235235 "ci_pipelines" ,
236236 "incident_analytics" ,
237237 "product_analytics" ,
238+ "on_call_events" ,
238239 ] ,
239240 FormulaAndFunctionMetricAggregation : [
240241 "avg" ,
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ export type FormulaAndFunctionEventsDataSource =
1616 | typeof CI_PIPELINES
1717 | typeof INCIDENT_ANALYTICS
1818 | typeof PRODUCT_ANALYTICS
19+ | typeof ON_CALL_EVENTS
1920 | UnparsedObject ;
2021export const LOGS = "logs" ;
2122export const SPANS = "spans" ;
@@ -29,3 +30,4 @@ export const CI_TESTS = "ci_tests";
2930export const CI_PIPELINES = "ci_pipelines" ;
3031export const INCIDENT_ANALYTICS = "incident_analytics" ;
3132export const PRODUCT_ANALYTICS = "product_analytics" ;
33+ export const ON_CALL_EVENTS = "on_call_events" ;
Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ export const TypingInfo: ModelTypingInfo = {
145145 "ci_pipelines" ,
146146 "incident_analytics" ,
147147 "product_analytics" ,
148+ "on_call_events" ,
148149 ] ,
149150 FormulaAndFunctionMetricAggregation : [
150151 "avg" ,
You can’t perform that action at this time.
0 commit comments