Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11007,11 +11007,11 @@ components:
format: double
type: number
llm_observability_percentage:
description: The percentage of LLM Observability usage by tag(s).
description: The percentage of Agent Observability usage by tag(s).
format: double
type: number
llm_observability_usage:
description: The LLM Observability usage by tag(s).
description: The Agent Observability usage by tag(s).
format: double
type: number
llm_spans_percentage:
Expand Down Expand Up @@ -24297,27 +24297,27 @@ components:
format: int64
type: integer
llm_observability_15day_retention_spans_sum:
description: Shows the sum of all LLM Observability 15-day retention spans over all hours in the current date for all organizations.
description: Shows the sum of all Agent Observability 15-day retention spans over all hours in the current date for all organizations.
format: int64
type: integer
llm_observability_30day_retention_spans_sum:
description: Shows the sum of all LLM Observability 30-day retention spans over all hours in the current date for all organizations.
description: Shows the sum of all Agent Observability 30-day retention spans over all hours in the current date for all organizations.
format: int64
type: integer
llm_observability_60day_retention_spans_sum:
description: Shows the sum of all LLM Observability 60-day retention spans over all hours in the current date for all organizations.
description: Shows the sum of all Agent Observability 60-day retention spans over all hours in the current date for all organizations.
format: int64
type: integer
llm_observability_90day_retention_spans_sum:
description: Shows the sum of all LLM Observability 90-day retention spans over all hours in the current date for all organizations.
description: Shows the sum of all Agent Observability 90-day retention spans over all hours in the current date for all organizations.
format: int64
type: integer
llm_observability_min_spend_sum:
description: Sum of all LLM observability minimum spend over all hours in the current date for all organizations.
description: Sum of all Agent observability minimum spend over all hours in the current date for all organizations.
format: int64
type: integer
llm_observability_sum:
description: Sum of all LLM observability sessions over all hours in the current date for all organizations.
description: Sum of all Agent observability sessions over all hours in the current date for all organizations.
format: int64
type: integer
logs_archive_search_gb_scanned_sum:
Expand Down Expand Up @@ -25542,27 +25542,27 @@ components:
format: int64
type: integer
llm_observability_15day_retention_spans_sum:
description: Shows the sum of all LLM Observability 15-day retention spans over all hours in the current date for the given org.
description: Shows the sum of all Agent Observability 15-day retention spans over all hours in the current date for the given org.
format: int64
type: integer
llm_observability_30day_retention_spans_sum:
description: Shows the sum of all LLM Observability 30-day retention spans over all hours in the current date for the given org.
description: Shows the sum of all Agent Observability 30-day retention spans over all hours in the current date for the given org.
format: int64
type: integer
llm_observability_60day_retention_spans_sum:
description: Shows the sum of all LLM Observability 60-day retention spans over all hours in the current date for the given org.
description: Shows the sum of all Agent Observability 60-day retention spans over all hours in the current date for the given org.
format: int64
type: integer
llm_observability_90day_retention_spans_sum:
description: Shows the sum of all LLM Observability 90-day retention spans over all hours in the current date for the given org.
description: Shows the sum of all Agent Observability 90-day retention spans over all hours in the current date for the given org.
format: int64
type: integer
llm_observability_min_spend_sum:
description: Shows the sum of all LLM Observability minimum spend over all hours in the current date for the given org.
description: Shows the sum of all Agent Observability minimum spend over all hours in the current date for the given org.
format: int64
type: integer
llm_observability_sum:
description: Shows the sum of all LLM observability sessions over all hours in the current date for the given org.
description: Shows the sum of all Agent observability sessions over all hours in the current date for the given org.
format: int64
type: integer
logs_archive_search_gb_scanned_sum:
Expand Down Expand Up @@ -26804,27 +26804,27 @@ components:
format: int64
type: integer
llm_observability_15day_retention_spans_agg_sum:
description: Shows the sum of all LLM Observability 15-day retention spans over all hours in the current month for all organizations.
description: Shows the sum of all Agent Observability 15-day retention spans over all hours in the current month for all organizations.
format: int64
type: integer
llm_observability_30day_retention_spans_agg_sum:
description: Shows the sum of all LLM Observability 30-day retention spans over all hours in the current month for all organizations.
description: Shows the sum of all Agent Observability 30-day retention spans over all hours in the current month for all organizations.
format: int64
type: integer
llm_observability_60day_retention_spans_agg_sum:
description: Shows the sum of all LLM Observability 60-day retention spans over all hours in the current month for all organizations.
description: Shows the sum of all Agent Observability 60-day retention spans over all hours in the current month for all organizations.
format: int64
type: integer
llm_observability_90day_retention_spans_agg_sum:
description: Shows the sum of all LLM Observability 90-day retention spans over all hours in the current month for all organizations.
description: Shows the sum of all Agent Observability 90-day retention spans over all hours in the current month for all organizations.
format: int64
type: integer
llm_observability_agg_sum:
description: Sum of all LLM observability sessions for all hours in the current month for all organizations.
description: Sum of all Agent observability sessions for all hours in the current month for all organizations.
format: int64
type: integer
llm_observability_min_spend_agg_sum:
description: Minimum spend for LLM observability sessions for all hours in the current month for all organizations.
description: Minimum spend for Agent observability sessions for all hours in the current month for all organizations.
format: int64
type: integer
logs_archive_search_gb_scanned_agg_sum:
Expand Down
Loading
Loading