Skip to content

Commit a4c3fbf

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

2 files changed

Lines changed: 6 additions & 1 deletion

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:

src/datadog_api_client/v1/model/formula_and_function_events_data_source.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class FormulaAndFunctionEventsDataSource(ModelSimple):
1616
"""
1717
Data source for event platform-based queries.
1818
19-
:param value: Must be one of ["logs", "spans", "network", "rum", "security_signals", "profiles", "audit", "events", "ci_tests", "ci_pipelines", "incident_analytics", "product_analytics", "on_call_events", "errors"].
19+
:param value: Must be one of ["logs", "spans", "network", "rum", "security_signals", "profiles", "audit", "events", "ci_tests", "ci_pipelines", "incident_analytics", "product_analytics", "on_call_events", "errors", "llm_observability"].
2020
:type value: str
2121
"""
2222

@@ -35,6 +35,7 @@ class FormulaAndFunctionEventsDataSource(ModelSimple):
3535
"product_analytics",
3636
"on_call_events",
3737
"errors",
38+
"llm_observability",
3839
}
3940
LOGS: ClassVar["FormulaAndFunctionEventsDataSource"]
4041
SPANS: ClassVar["FormulaAndFunctionEventsDataSource"]
@@ -50,6 +51,7 @@ class FormulaAndFunctionEventsDataSource(ModelSimple):
5051
PRODUCT_ANALYTICS: ClassVar["FormulaAndFunctionEventsDataSource"]
5152
ON_CALL_EVENTS: ClassVar["FormulaAndFunctionEventsDataSource"]
5253
ERRORS: ClassVar["FormulaAndFunctionEventsDataSource"]
54+
LLM_OBSERVABILITY: ClassVar["FormulaAndFunctionEventsDataSource"]
5355

5456
@cached_property
5557
def openapi_types(_):
@@ -72,3 +74,4 @@ def openapi_types(_):
7274
FormulaAndFunctionEventsDataSource.PRODUCT_ANALYTICS = FormulaAndFunctionEventsDataSource("product_analytics")
7375
FormulaAndFunctionEventsDataSource.ON_CALL_EVENTS = FormulaAndFunctionEventsDataSource("on_call_events")
7476
FormulaAndFunctionEventsDataSource.ERRORS = FormulaAndFunctionEventsDataSource("errors")
77+
FormulaAndFunctionEventsDataSource.LLM_OBSERVABILITY = FormulaAndFunctionEventsDataSource("llm_observability")

0 commit comments

Comments
 (0)