You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/datadog_api_client/v1/model/formula_and_function_events_data_source.py
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ class FormulaAndFunctionEventsDataSource(ModelSimple):
16
16
"""
17
17
Data source for event platform-based queries.
18
18
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"].
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", "database_queries", "llm_observability", "monitors", "monitor_groups", "network_device_flows", "synthetics_test_runs"].
20
20
:type value: str
21
21
"""
22
22
@@ -34,6 +34,13 @@ class FormulaAndFunctionEventsDataSource(ModelSimple):
0 commit comments