Skip to content

Commit 57e1d6f

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 44f37c4 of spec repo (DataDog#3405)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 57cc499 commit 57e1d6f

2 files changed

Lines changed: 3 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:

lib/datadog_api_client/v1/models/formula_and_function_events_data_source.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ class FormulaAndFunctionEventsDataSource
3535
PRODUCT_ANALYTICS = "product_analytics".freeze
3636
ON_CALL_EVENTS = "on_call_events".freeze
3737
ERRORS = "errors".freeze
38+
LLM_OBSERVABILITY = "llm_observability".freeze
3839
end
3940
end

0 commit comments

Comments
 (0)