From 327370bc6149ca846fdcb69ab561167ea422192a Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Fri, 19 Dec 2025 14:13:53 +0000 Subject: [PATCH] Regenerate client from commit 7710e38 of spec repo --- .generator/schemas/v1/openapi.yaml | 21 +++++++++++++++++-- .../v1/api/usage_metering_api.py | 5 ++++- .../hourly_usage_attribution_usage_type.py | 5 ++++- ...hly_usage_attribution_supported_metrics.py | 10 ++++++++- .../model/monthly_usage_attribution_values.py | 16 ++++++++++++++ 5 files changed, 52 insertions(+), 5 deletions(-) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index d9bb88a10f..838f5745fd 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -4315,6 +4315,7 @@ components: - invocations_usage - lambda_traced_invocations_usage - llm_observability_usage + - llm_spans_usage - logs_indexed_15day_usage - logs_indexed_180day_usage - logs_indexed_1day_usage @@ -4396,6 +4397,7 @@ components: - INVOCATIONS_USAGE - LAMBDA_TRACED_INVOCATIONS_USAGE - LLM_OBSERVABILITY_USAGE + - LLM_SPANS_USAGE - LOGS_INDEXED_15DAY_USAGE - LOGS_INDEXED_180DAY_USAGE - LOGS_INDEXED_1DAY_USAGE @@ -8752,6 +8754,8 @@ components: - lambda_traced_invocations_percentage - llm_observability_usage - llm_observability_percentage + - llm_spans_usage + - llm_spans_percentage - mobile_app_testing_percentage - mobile_app_testing_usage - ndm_netflow_usage @@ -8909,6 +8913,8 @@ components: - LAMBDA_TRACED_INVOCATIONS_PERCENTAGE - LLM_OBSERVABILITY_USAGE - LLM_OBSERVABILITY_PERCENTAGE + - LLM_SPANS_USAGE + - LLM_SPANS_PERCENTAGE - MOBILE_APP_TESTING_USAGE - MOBILE_APP_TESTING_PERCENTAGE - NDM_NETFLOW_USAGE @@ -9329,6 +9335,14 @@ components: description: The LLM Observability usage by tag(s). format: double type: number + llm_spans_percentage: + description: The percentage of LLM Spans usage by tag(s). + format: double + type: number + llm_spans_usage: + description: The LLM Spans usage by tag(s). + format: double + type: number logs_indexed_15day_percentage: description: The percentage of Indexed Logs (15-day Retention) usage by tag(s). @@ -36599,7 +36613,10 @@ paths: code example:\n\n```\nresponse := GetHourlyUsageAttribution(start_month)\ncursor := response.metadata.pagination.next_record_id\nWHILE cursor != null BEGIN\n \ sleep(5 seconds) # Avoid running into rate limit\n response := GetHourlyUsageAttribution(start_month, - next_record_id=cursor)\n cursor := response.metadata.pagination.next_record_id\nEND\n```" + next_record_id=cursor)\n cursor := response.metadata.pagination.next_record_id\nEND\n```\nThe + following values have been **deprecated**:\n `estimated_indexed_spans_usage`, + `estimated_indexed_spans_percentage`, `estimated_ingested_spans_usage`, `estimated_ingested_spans_percentage`, + `llm_observability_usage`, `llm_observability_percentage`." operationId: GetHourlyUsageAttribution parameters: - description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` @@ -37178,7 +37195,7 @@ paths: The following values have been **deprecated**: `estimated_indexed_spans_usage`, `estimated_indexed_spans_percentage`, `estimated_ingested_spans_usage`, - `estimated_ingested_spans_percentage`.' + `estimated_ingested_spans_percentage`, `llm_observability_usage`, `llm_observability_percentage`.' in: query name: fields required: true diff --git a/src/datadog_api_client/v1/api/usage_metering_api.py b/src/datadog_api_client/v1/api/usage_metering_api.py index 3090469381..df3fded8ae 100644 --- a/src/datadog_api_client/v1/api/usage_metering_api.py +++ b/src/datadog_api_client/v1/api/usage_metering_api.py @@ -1280,6 +1280,9 @@ def get_hourly_usage_attribution( cursor := response.metadata.pagination.next_record_id END + The following values have been **deprecated** : + ``estimated_indexed_spans_usage`` , ``estimated_indexed_spans_percentage`` , ``estimated_ingested_spans_usage`` , ``estimated_ingested_spans_percentage`` , ``llm_observability_usage`` , ``llm_observability_percentage``. + :param start_hr: Datetime in ISO-8601 format, UTC, precise to hour: ``[YYYY-MM-DDThh]`` for usage beginning at this hour. :type start_hr: datetime :param usage_type: Usage type to retrieve. The following values have been **deprecated** : @@ -1446,7 +1449,7 @@ def get_monthly_usage_attribution( :type start_month: datetime :param fields: Comma-separated list of usage types to return, or ``*`` for all usage types. The following values have been **deprecated** : - ``estimated_indexed_spans_usage`` , ``estimated_indexed_spans_percentage`` , ``estimated_ingested_spans_usage`` , ``estimated_ingested_spans_percentage``. + ``estimated_indexed_spans_usage`` , ``estimated_indexed_spans_percentage`` , ``estimated_ingested_spans_usage`` , ``estimated_ingested_spans_percentage`` , ``llm_observability_usage`` , ``llm_observability_percentage``. :type fields: MonthlyUsageAttributionSupportedMetrics :param end_month: Datetime in ISO-8601 format, UTC, precise to month: ``[YYYY-MM]`` for usage ending this month. :type end_month: datetime, optional diff --git a/src/datadog_api_client/v1/model/hourly_usage_attribution_usage_type.py b/src/datadog_api_client/v1/model/hourly_usage_attribution_usage_type.py index 977d99037d..0bf132b9ea 100644 --- a/src/datadog_api_client/v1/model/hourly_usage_attribution_usage_type.py +++ b/src/datadog_api_client/v1/model/hourly_usage_attribution_usage_type.py @@ -17,7 +17,7 @@ class HourlyUsageAttributionUsageType(ModelSimple): Supported products for hourly usage attribution requests. The following values have been **deprecated**: `estimated_indexed_spans_usage`, `estimated_ingested_spans_usage`. - :param value: Must be one of ["api_usage", "apm_fargate_usage", "apm_host_usage", "apm_usm_usage", "appsec_fargate_usage", "appsec_usage", "asm_serverless_traced_invocations_usage", "asm_serverless_traced_invocations_percentage", "browser_usage", "ci_pipeline_indexed_spans_usage", "ci_test_indexed_spans_usage", "ci_visibility_itr_usage", "cloud_siem_usage", "code_security_host_usage", "container_excl_agent_usage", "container_usage", "cspm_containers_usage", "cspm_hosts_usage", "custom_event_usage", "custom_ingested_timeseries_usage", "custom_timeseries_usage", "cws_containers_usage", "cws_fargate_task_usage", "cws_hosts_usage", "data_jobs_monitoring_usage", "data_stream_monitoring_usage", "dbm_hosts_usage", "dbm_queries_usage", "error_tracking_usage", "error_tracking_percentage", "estimated_indexed_spans_usage", "estimated_ingested_spans_usage", "fargate_usage", "functions_usage", "incident_management_monthly_active_users_usage", "indexed_spans_usage", "infra_host_usage", "ingested_logs_bytes_usage", "ingested_spans_bytes_usage", "invocations_usage", "lambda_traced_invocations_usage", "llm_observability_usage", "logs_indexed_15day_usage", "logs_indexed_180day_usage", "logs_indexed_1day_usage", "logs_indexed_30day_usage", "logs_indexed_360day_usage", "logs_indexed_3day_usage", "logs_indexed_45day_usage", "logs_indexed_60day_usage", "logs_indexed_7day_usage", "logs_indexed_90day_usage", "logs_indexed_custom_retention_usage", "mobile_app_testing_usage", "ndm_netflow_usage", "npm_host_usage", "network_device_wireless_usage", "obs_pipeline_bytes_usage", "obs_pipelines_vcpu_usage", "online_archive_usage", "product_analytics_session_usage", "profiled_container_usage", "profiled_fargate_usage", "profiled_host_usage", "published_app", "rum_browser_mobile_sessions_usage", "rum_ingested_usage", "rum_investigate_usage", "rum_replay_sessions_usage", "rum_session_replay_add_on_usage", "sca_fargate_usage", "sds_scanned_bytes_usage", "serverless_apps_usage", "siem_analyzed_logs_add_on_usage", "siem_ingested_bytes_usage", "snmp_usage", "universal_service_monitoring_usage", "vuln_management_hosts_usage", "workflow_executions_usage"]. + :param value: Must be one of ["api_usage", "apm_fargate_usage", "apm_host_usage", "apm_usm_usage", "appsec_fargate_usage", "appsec_usage", "asm_serverless_traced_invocations_usage", "asm_serverless_traced_invocations_percentage", "browser_usage", "ci_pipeline_indexed_spans_usage", "ci_test_indexed_spans_usage", "ci_visibility_itr_usage", "cloud_siem_usage", "code_security_host_usage", "container_excl_agent_usage", "container_usage", "cspm_containers_usage", "cspm_hosts_usage", "custom_event_usage", "custom_ingested_timeseries_usage", "custom_timeseries_usage", "cws_containers_usage", "cws_fargate_task_usage", "cws_hosts_usage", "data_jobs_monitoring_usage", "data_stream_monitoring_usage", "dbm_hosts_usage", "dbm_queries_usage", "error_tracking_usage", "error_tracking_percentage", "estimated_indexed_spans_usage", "estimated_ingested_spans_usage", "fargate_usage", "functions_usage", "incident_management_monthly_active_users_usage", "indexed_spans_usage", "infra_host_usage", "ingested_logs_bytes_usage", "ingested_spans_bytes_usage", "invocations_usage", "lambda_traced_invocations_usage", "llm_observability_usage", "llm_spans_usage", "logs_indexed_15day_usage", "logs_indexed_180day_usage", "logs_indexed_1day_usage", "logs_indexed_30day_usage", "logs_indexed_360day_usage", "logs_indexed_3day_usage", "logs_indexed_45day_usage", "logs_indexed_60day_usage", "logs_indexed_7day_usage", "logs_indexed_90day_usage", "logs_indexed_custom_retention_usage", "mobile_app_testing_usage", "ndm_netflow_usage", "npm_host_usage", "network_device_wireless_usage", "obs_pipeline_bytes_usage", "obs_pipelines_vcpu_usage", "online_archive_usage", "product_analytics_session_usage", "profiled_container_usage", "profiled_fargate_usage", "profiled_host_usage", "published_app", "rum_browser_mobile_sessions_usage", "rum_ingested_usage", "rum_investigate_usage", "rum_replay_sessions_usage", "rum_session_replay_add_on_usage", "sca_fargate_usage", "sds_scanned_bytes_usage", "serverless_apps_usage", "siem_analyzed_logs_add_on_usage", "siem_ingested_bytes_usage", "snmp_usage", "universal_service_monitoring_usage", "vuln_management_hosts_usage", "workflow_executions_usage"]. :type value: str """ @@ -64,6 +64,7 @@ class HourlyUsageAttributionUsageType(ModelSimple): "invocations_usage", "lambda_traced_invocations_usage", "llm_observability_usage", + "llm_spans_usage", "logs_indexed_15day_usage", "logs_indexed_180day_usage", "logs_indexed_1day_usage", @@ -144,6 +145,7 @@ class HourlyUsageAttributionUsageType(ModelSimple): INVOCATIONS_USAGE: ClassVar["HourlyUsageAttributionUsageType"] LAMBDA_TRACED_INVOCATIONS_USAGE: ClassVar["HourlyUsageAttributionUsageType"] LLM_OBSERVABILITY_USAGE: ClassVar["HourlyUsageAttributionUsageType"] + LLM_SPANS_USAGE: ClassVar["HourlyUsageAttributionUsageType"] LOGS_INDEXED_15DAY_USAGE: ClassVar["HourlyUsageAttributionUsageType"] LOGS_INDEXED_180DAY_USAGE: ClassVar["HourlyUsageAttributionUsageType"] LOGS_INDEXED_1DAY_USAGE: ClassVar["HourlyUsageAttributionUsageType"] @@ -257,6 +259,7 @@ def openapi_types(_): "lambda_traced_invocations_usage" ) HourlyUsageAttributionUsageType.LLM_OBSERVABILITY_USAGE = HourlyUsageAttributionUsageType("llm_observability_usage") +HourlyUsageAttributionUsageType.LLM_SPANS_USAGE = HourlyUsageAttributionUsageType("llm_spans_usage") HourlyUsageAttributionUsageType.LOGS_INDEXED_15DAY_USAGE = HourlyUsageAttributionUsageType("logs_indexed_15day_usage") HourlyUsageAttributionUsageType.LOGS_INDEXED_180DAY_USAGE = HourlyUsageAttributionUsageType("logs_indexed_180day_usage") HourlyUsageAttributionUsageType.LOGS_INDEXED_1DAY_USAGE = HourlyUsageAttributionUsageType("logs_indexed_1day_usage") diff --git a/src/datadog_api_client/v1/model/monthly_usage_attribution_supported_metrics.py b/src/datadog_api_client/v1/model/monthly_usage_attribution_supported_metrics.py index bab147aac1..8ff730a9bb 100644 --- a/src/datadog_api_client/v1/model/monthly_usage_attribution_supported_metrics.py +++ b/src/datadog_api_client/v1/model/monthly_usage_attribution_supported_metrics.py @@ -16,7 +16,7 @@ class MonthlyUsageAttributionSupportedMetrics(ModelSimple): """ Supported metrics for monthly usage attribution requests. - :param value: Must be one of ["api_usage", "api_percentage", "apm_fargate_usage", "apm_fargate_percentage", "appsec_fargate_usage", "appsec_fargate_percentage", "apm_host_usage", "apm_host_percentage", "apm_usm_usage", "apm_usm_percentage", "appsec_usage", "appsec_percentage", "asm_serverless_traced_invocations_usage", "asm_serverless_traced_invocations_percentage", "browser_usage", "browser_percentage", "ci_visibility_itr_usage", "ci_visibility_itr_percentage", "cloud_siem_usage", "cloud_siem_percentage", "code_security_host_usage", "code_security_host_percentage", "container_excl_agent_usage", "container_excl_agent_percentage", "container_usage", "container_percentage", "cspm_containers_percentage", "cspm_containers_usage", "cspm_hosts_percentage", "cspm_hosts_usage", "custom_timeseries_usage", "custom_timeseries_percentage", "custom_ingested_timeseries_usage", "custom_ingested_timeseries_percentage", "cws_containers_percentage", "cws_containers_usage", "cws_fargate_task_percentage", "cws_fargate_task_usage", "cws_hosts_percentage", "cws_hosts_usage", "data_jobs_monitoring_usage", "data_jobs_monitoring_percentage", "data_stream_monitoring_usage", "data_stream_monitoring_percentage", "dbm_hosts_percentage", "dbm_hosts_usage", "dbm_queries_percentage", "dbm_queries_usage", "error_tracking_usage", "error_tracking_percentage", "estimated_indexed_spans_usage", "estimated_indexed_spans_percentage", "estimated_ingested_spans_usage", "estimated_ingested_spans_percentage", "fargate_usage", "fargate_percentage", "functions_usage", "functions_percentage", "incident_management_monthly_active_users_usage", "incident_management_monthly_active_users_percentage", "infra_host_usage", "infra_host_percentage", "invocations_usage", "invocations_percentage", "lambda_traced_invocations_usage", "lambda_traced_invocations_percentage", "llm_observability_usage", "llm_observability_percentage", "mobile_app_testing_percentage", "mobile_app_testing_usage", "ndm_netflow_usage", "ndm_netflow_percentage", "network_device_wireless_usage", "network_device_wireless_percentage", "npm_host_usage", "npm_host_percentage", "obs_pipeline_bytes_usage", "obs_pipeline_bytes_percentage", "obs_pipelines_vcpu_usage", "obs_pipelines_vcpu_percentage", "online_archive_usage", "online_archive_percentage", "product_analytics_session_usage", "product_analytics_session_percentage", "profiled_container_usage", "profiled_container_percentage", "profiled_fargate_usage", "profiled_fargate_percentage", "profiled_host_usage", "profiled_host_percentage", "published_app_usage", "published_app_percentage", "serverless_apps_usage", "serverless_apps_percentage", "snmp_usage", "snmp_percentage", "universal_service_monitoring_usage", "universal_service_monitoring_percentage", "vuln_management_hosts_usage", "vuln_management_hosts_percentage", "sds_scanned_bytes_usage", "sds_scanned_bytes_percentage", "ci_test_indexed_spans_usage", "ci_test_indexed_spans_percentage", "ingested_logs_bytes_usage", "ingested_logs_bytes_percentage", "ci_pipeline_indexed_spans_usage", "ci_pipeline_indexed_spans_percentage", "indexed_spans_usage", "indexed_spans_percentage", "custom_event_usage", "custom_event_percentage", "logs_indexed_custom_retention_usage", "logs_indexed_custom_retention_percentage", "logs_indexed_360day_usage", "logs_indexed_360day_percentage", "logs_indexed_180day_usage", "logs_indexed_180day_percentage", "logs_indexed_90day_usage", "logs_indexed_90day_percentage", "logs_indexed_60day_usage", "logs_indexed_60day_percentage", "logs_indexed_45day_usage", "logs_indexed_45day_percentage", "logs_indexed_30day_usage", "logs_indexed_30day_percentage", "logs_indexed_15day_usage", "logs_indexed_15day_percentage", "logs_indexed_7day_usage", "logs_indexed_7day_percentage", "logs_indexed_3day_usage", "logs_indexed_3day_percentage", "logs_indexed_1day_usage", "logs_indexed_1day_percentage", "rum_ingested_usage", "rum_ingested_percentage", "rum_investigate_usage", "rum_investigate_percentage", "rum_replay_sessions_usage", "rum_replay_sessions_percentage", "rum_session_replay_add_on_usage", "rum_session_replay_add_on_percentage", "rum_browser_mobile_sessions_usage", "rum_browser_mobile_sessions_percentage", "ingested_spans_bytes_usage", "ingested_spans_bytes_percentage", "siem_analyzed_logs_add_on_usage", "siem_analyzed_logs_add_on_percentage", "siem_ingested_bytes_usage", "siem_ingested_bytes_percentage", "workflow_executions_usage", "workflow_executions_percentage", "sca_fargate_usage", "sca_fargate_percentage", "*"]. + :param value: Must be one of ["api_usage", "api_percentage", "apm_fargate_usage", "apm_fargate_percentage", "appsec_fargate_usage", "appsec_fargate_percentage", "apm_host_usage", "apm_host_percentage", "apm_usm_usage", "apm_usm_percentage", "appsec_usage", "appsec_percentage", "asm_serverless_traced_invocations_usage", "asm_serverless_traced_invocations_percentage", "browser_usage", "browser_percentage", "ci_visibility_itr_usage", "ci_visibility_itr_percentage", "cloud_siem_usage", "cloud_siem_percentage", "code_security_host_usage", "code_security_host_percentage", "container_excl_agent_usage", "container_excl_agent_percentage", "container_usage", "container_percentage", "cspm_containers_percentage", "cspm_containers_usage", "cspm_hosts_percentage", "cspm_hosts_usage", "custom_timeseries_usage", "custom_timeseries_percentage", "custom_ingested_timeseries_usage", "custom_ingested_timeseries_percentage", "cws_containers_percentage", "cws_containers_usage", "cws_fargate_task_percentage", "cws_fargate_task_usage", "cws_hosts_percentage", "cws_hosts_usage", "data_jobs_monitoring_usage", "data_jobs_monitoring_percentage", "data_stream_monitoring_usage", "data_stream_monitoring_percentage", "dbm_hosts_percentage", "dbm_hosts_usage", "dbm_queries_percentage", "dbm_queries_usage", "error_tracking_usage", "error_tracking_percentage", "estimated_indexed_spans_usage", "estimated_indexed_spans_percentage", "estimated_ingested_spans_usage", "estimated_ingested_spans_percentage", "fargate_usage", "fargate_percentage", "functions_usage", "functions_percentage", "incident_management_monthly_active_users_usage", "incident_management_monthly_active_users_percentage", "infra_host_usage", "infra_host_percentage", "invocations_usage", "invocations_percentage", "lambda_traced_invocations_usage", "lambda_traced_invocations_percentage", "llm_observability_usage", "llm_observability_percentage", "llm_spans_usage", "llm_spans_percentage", "mobile_app_testing_percentage", "mobile_app_testing_usage", "ndm_netflow_usage", "ndm_netflow_percentage", "network_device_wireless_usage", "network_device_wireless_percentage", "npm_host_usage", "npm_host_percentage", "obs_pipeline_bytes_usage", "obs_pipeline_bytes_percentage", "obs_pipelines_vcpu_usage", "obs_pipelines_vcpu_percentage", "online_archive_usage", "online_archive_percentage", "product_analytics_session_usage", "product_analytics_session_percentage", "profiled_container_usage", "profiled_container_percentage", "profiled_fargate_usage", "profiled_fargate_percentage", "profiled_host_usage", "profiled_host_percentage", "published_app_usage", "published_app_percentage", "serverless_apps_usage", "serverless_apps_percentage", "snmp_usage", "snmp_percentage", "universal_service_monitoring_usage", "universal_service_monitoring_percentage", "vuln_management_hosts_usage", "vuln_management_hosts_percentage", "sds_scanned_bytes_usage", "sds_scanned_bytes_percentage", "ci_test_indexed_spans_usage", "ci_test_indexed_spans_percentage", "ingested_logs_bytes_usage", "ingested_logs_bytes_percentage", "ci_pipeline_indexed_spans_usage", "ci_pipeline_indexed_spans_percentage", "indexed_spans_usage", "indexed_spans_percentage", "custom_event_usage", "custom_event_percentage", "logs_indexed_custom_retention_usage", "logs_indexed_custom_retention_percentage", "logs_indexed_360day_usage", "logs_indexed_360day_percentage", "logs_indexed_180day_usage", "logs_indexed_180day_percentage", "logs_indexed_90day_usage", "logs_indexed_90day_percentage", "logs_indexed_60day_usage", "logs_indexed_60day_percentage", "logs_indexed_45day_usage", "logs_indexed_45day_percentage", "logs_indexed_30day_usage", "logs_indexed_30day_percentage", "logs_indexed_15day_usage", "logs_indexed_15day_percentage", "logs_indexed_7day_usage", "logs_indexed_7day_percentage", "logs_indexed_3day_usage", "logs_indexed_3day_percentage", "logs_indexed_1day_usage", "logs_indexed_1day_percentage", "rum_ingested_usage", "rum_ingested_percentage", "rum_investigate_usage", "rum_investigate_percentage", "rum_replay_sessions_usage", "rum_replay_sessions_percentage", "rum_session_replay_add_on_usage", "rum_session_replay_add_on_percentage", "rum_browser_mobile_sessions_usage", "rum_browser_mobile_sessions_percentage", "ingested_spans_bytes_usage", "ingested_spans_bytes_percentage", "siem_analyzed_logs_add_on_usage", "siem_analyzed_logs_add_on_percentage", "siem_ingested_bytes_usage", "siem_ingested_bytes_percentage", "workflow_executions_usage", "workflow_executions_percentage", "sca_fargate_usage", "sca_fargate_percentage", "*"]. :type value: str """ @@ -89,6 +89,8 @@ class MonthlyUsageAttributionSupportedMetrics(ModelSimple): "lambda_traced_invocations_percentage", "llm_observability_usage", "llm_observability_percentage", + "llm_spans_usage", + "llm_spans_percentage", "mobile_app_testing_percentage", "mobile_app_testing_usage", "ndm_netflow_usage", @@ -245,6 +247,8 @@ class MonthlyUsageAttributionSupportedMetrics(ModelSimple): LAMBDA_TRACED_INVOCATIONS_PERCENTAGE: ClassVar["MonthlyUsageAttributionSupportedMetrics"] LLM_OBSERVABILITY_USAGE: ClassVar["MonthlyUsageAttributionSupportedMetrics"] LLM_OBSERVABILITY_PERCENTAGE: ClassVar["MonthlyUsageAttributionSupportedMetrics"] + LLM_SPANS_USAGE: ClassVar["MonthlyUsageAttributionSupportedMetrics"] + LLM_SPANS_PERCENTAGE: ClassVar["MonthlyUsageAttributionSupportedMetrics"] MOBILE_APP_TESTING_USAGE: ClassVar["MonthlyUsageAttributionSupportedMetrics"] MOBILE_APP_TESTING_PERCENTAGE: ClassVar["MonthlyUsageAttributionSupportedMetrics"] NDM_NETFLOW_USAGE: ClassVar["MonthlyUsageAttributionSupportedMetrics"] @@ -508,6 +512,10 @@ def openapi_types(_): MonthlyUsageAttributionSupportedMetrics.LLM_OBSERVABILITY_PERCENTAGE = MonthlyUsageAttributionSupportedMetrics( "llm_observability_percentage" ) +MonthlyUsageAttributionSupportedMetrics.LLM_SPANS_USAGE = MonthlyUsageAttributionSupportedMetrics("llm_spans_usage") +MonthlyUsageAttributionSupportedMetrics.LLM_SPANS_PERCENTAGE = MonthlyUsageAttributionSupportedMetrics( + "llm_spans_percentage" +) MonthlyUsageAttributionSupportedMetrics.MOBILE_APP_TESTING_USAGE = MonthlyUsageAttributionSupportedMetrics( "mobile_app_testing_percentage" ) diff --git a/src/datadog_api_client/v1/model/monthly_usage_attribution_values.py b/src/datadog_api_client/v1/model/monthly_usage_attribution_values.py index f368735da3..226281b916 100644 --- a/src/datadog_api_client/v1/model/monthly_usage_attribution_values.py +++ b/src/datadog_api_client/v1/model/monthly_usage_attribution_values.py @@ -95,6 +95,8 @@ def openapi_types(_): "lambda_traced_invocations_usage": (float,), "llm_observability_percentage": (float,), "llm_observability_usage": (float,), + "llm_spans_percentage": (float,), + "llm_spans_usage": (float,), "logs_indexed_15day_percentage": (float,), "logs_indexed_15day_usage": (float,), "logs_indexed_180day_percentage": (float,), @@ -250,6 +252,8 @@ def openapi_types(_): "lambda_traced_invocations_usage": "lambda_traced_invocations_usage", "llm_observability_percentage": "llm_observability_percentage", "llm_observability_usage": "llm_observability_usage", + "llm_spans_percentage": "llm_spans_percentage", + "llm_spans_usage": "llm_spans_usage", "logs_indexed_15day_percentage": "logs_indexed_15day_percentage", "logs_indexed_15day_usage": "logs_indexed_15day_usage", "logs_indexed_180day_percentage": "logs_indexed_180day_percentage", @@ -406,6 +410,8 @@ def __init__( lambda_traced_invocations_usage: Union[float, UnsetType] = unset, llm_observability_percentage: Union[float, UnsetType] = unset, llm_observability_usage: Union[float, UnsetType] = unset, + llm_spans_percentage: Union[float, UnsetType] = unset, + llm_spans_usage: Union[float, UnsetType] = unset, logs_indexed_15day_percentage: Union[float, UnsetType] = unset, logs_indexed_15day_usage: Union[float, UnsetType] = unset, logs_indexed_180day_percentage: Union[float, UnsetType] = unset, @@ -720,6 +726,12 @@ def __init__( :param llm_observability_usage: The LLM Observability usage by tag(s). :type llm_observability_usage: float, optional + :param llm_spans_percentage: The percentage of LLM Spans usage by tag(s). + :type llm_spans_percentage: float, optional + + :param llm_spans_usage: The LLM Spans usage by tag(s). + :type llm_spans_usage: float, optional + :param logs_indexed_15day_percentage: The percentage of Indexed Logs (15-day Retention) usage by tag(s). :type logs_indexed_15day_percentage: float, optional @@ -1100,6 +1112,10 @@ def __init__( kwargs["llm_observability_percentage"] = llm_observability_percentage if llm_observability_usage is not unset: kwargs["llm_observability_usage"] = llm_observability_usage + if llm_spans_percentage is not unset: + kwargs["llm_spans_percentage"] = llm_spans_percentage + if llm_spans_usage is not unset: + kwargs["llm_spans_usage"] = llm_spans_usage if logs_indexed_15day_percentage is not unset: kwargs["logs_indexed_15day_percentage"] = logs_indexed_15day_percentage if logs_indexed_15day_usage is not unset: