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 @@ -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 @@ -15,6 +15,7 @@ export type FormulaAndFunctionEventsDataSource =
1515 | typeof CI_TESTS
1616 | typeof CI_PIPELINES
1717 | typeof INCIDENT_ANALYTICS
18+ | typeof PRODUCT_ANALYTICS
1819 | UnparsedObject ;
1920export const LOGS = "logs" ;
2021export const SPANS = "spans" ;
@@ -27,3 +28,4 @@ export const EVENTS = "events";
2728export const CI_TESTS = "ci_tests" ;
2829export const CI_PIPELINES = "ci_pipelines" ;
2930export const INCIDENT_ANALYTICS = "incident_analytics" ;
31+ export const PRODUCT_ANALYTICS = "product_analytics" ;
Original file line number Diff line number Diff line change @@ -234,6 +234,7 @@ export const TypingInfo: ModelTypingInfo = {
234234 "ci_tests" ,
235235 "ci_pipelines" ,
236236 "incident_analytics" ,
237+ "product_analytics" ,
237238 ] ,
238239 FormulaAndFunctionMetricAggregation : [
239240 "avg" ,
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ export type FormulaAndFunctionEventsDataSource =
1515 | typeof CI_TESTS
1616 | typeof CI_PIPELINES
1717 | typeof INCIDENT_ANALYTICS
18+ | typeof PRODUCT_ANALYTICS
1819 | UnparsedObject ;
1920export const LOGS = "logs" ;
2021export const SPANS = "spans" ;
@@ -27,3 +28,4 @@ export const EVENTS = "events";
2728export const CI_TESTS = "ci_tests" ;
2829export const CI_PIPELINES = "ci_pipelines" ;
2930export const INCIDENT_ANALYTICS = "incident_analytics" ;
31+ export const PRODUCT_ANALYTICS = "product_analytics" ;
Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ export const TypingInfo: ModelTypingInfo = {
144144 "ci_tests" ,
145145 "ci_pipelines" ,
146146 "incident_analytics" ,
147+ "product_analytics" ,
147148 ] ,
148149 FormulaAndFunctionMetricAggregation : [
149150 "avg" ,
You can’t perform that action at this time.
0 commit comments