File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3303,6 +3303,7 @@ components:
33033303 - product_analytics
33043304 - on_call_events
33053305 - errors
3306+ - llm_observability
33063307 example: "logs"
33073308 type: string
33083309 x-enum-varnames:
@@ -3320,6 +3321,7 @@ components:
33203321 - PRODUCT_ANALYTICS
33213322 - ON_CALL_EVENTS
33223323 - ERRORS
3324+ - LLM_OBSERVABILITY
33233325 FormulaAndFunctionMetricAggregation:
33243326 description: The aggregation methods available for metrics queries.
33253327 enum:
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ const (
2929 FORMULAANDFUNCTIONEVENTSDATASOURCE_PRODUCT_ANALYTICS FormulaAndFunctionEventsDataSource = "product_analytics"
3030 FORMULAANDFUNCTIONEVENTSDATASOURCE_ON_CALL_EVENTS FormulaAndFunctionEventsDataSource = "on_call_events"
3131 FORMULAANDFUNCTIONEVENTSDATASOURCE_ERRORS FormulaAndFunctionEventsDataSource = "errors"
32+ FORMULAANDFUNCTIONEVENTSDATASOURCE_LLM_OBSERVABILITY FormulaAndFunctionEventsDataSource = "llm_observability"
3233)
3334
3435var allowedFormulaAndFunctionEventsDataSourceEnumValues = []FormulaAndFunctionEventsDataSource {
@@ -46,6 +47,7 @@ var allowedFormulaAndFunctionEventsDataSourceEnumValues = []FormulaAndFunctionEv
4647 FORMULAANDFUNCTIONEVENTSDATASOURCE_PRODUCT_ANALYTICS ,
4748 FORMULAANDFUNCTIONEVENTSDATASOURCE_ON_CALL_EVENTS ,
4849 FORMULAANDFUNCTIONEVENTSDATASOURCE_ERRORS ,
50+ FORMULAANDFUNCTIONEVENTSDATASOURCE_LLM_OBSERVABILITY ,
4951}
5052
5153// GetAllowedValues reeturns the list of possible values.
You can’t perform that action at this time.
0 commit comments