Skip to content

Commit e6ee2f3

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 44f37c4 of spec repo
1 parent 88635ee commit e6ee2f3

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

api/datadogV1/model_formula_and_function_events_data_source.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

3435
var 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.

0 commit comments

Comments
 (0)