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:
2875
2875
- ci_tests
2876
2876
- ci_pipelines
2877
2877
- incident_analytics
2878
+ - product_analytics
2878
2879
example: logs
2879
2880
type: string
2880
2881
x-enum-varnames:
@@ -2889,6 +2890,7 @@ components:
2889
2890
- CI_TESTS
2890
2891
- CI_PIPELINES
2891
2892
- INCIDENT_ANALYTICS
2893
+ - PRODUCT_ANALYTICS
2892
2894
FormulaAndFunctionMetricAggregation:
2893
2895
description: The aggregation methods available for metrics queries.
2894
2896
enum:
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ export type FormulaAndFunctionEventsDataSource =
15
15
| typeof CI_TESTS
16
16
| typeof CI_PIPELINES
17
17
| typeof INCIDENT_ANALYTICS
18
+ | typeof PRODUCT_ANALYTICS
18
19
| UnparsedObject ;
19
20
export const LOGS = "logs" ;
20
21
export const SPANS = "spans" ;
@@ -27,3 +28,4 @@ export const EVENTS = "events";
27
28
export const CI_TESTS = "ci_tests" ;
28
29
export const CI_PIPELINES = "ci_pipelines" ;
29
30
export 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 = {
234
234
"ci_tests" ,
235
235
"ci_pipelines" ,
236
236
"incident_analytics" ,
237
+ "product_analytics" ,
237
238
] ,
238
239
FormulaAndFunctionMetricAggregation : [
239
240
"avg" ,
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ export type FormulaAndFunctionEventsDataSource =
15
15
| typeof CI_TESTS
16
16
| typeof CI_PIPELINES
17
17
| typeof INCIDENT_ANALYTICS
18
+ | typeof PRODUCT_ANALYTICS
18
19
| UnparsedObject ;
19
20
export const LOGS = "logs" ;
20
21
export const SPANS = "spans" ;
@@ -27,3 +28,4 @@ export const EVENTS = "events";
27
28
export const CI_TESTS = "ci_tests" ;
28
29
export const CI_PIPELINES = "ci_pipelines" ;
29
30
export 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 = {
144
144
"ci_tests" ,
145
145
"ci_pipelines" ,
146
146
"incident_analytics" ,
147
+ "product_analytics" ,
147
148
] ,
148
149
FormulaAndFunctionMetricAggregation : [
149
150
"avg" ,
You can’t perform that action at this time.
0 commit comments