Skip to content
Open
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
48 changes: 48 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22831,6 +22831,22 @@ components:
description: Shows the 99th percentile of all IoT devices over all hours in the current date all organizations.
format: int64
type: integer
llm_observability_15day_retention_spans_sum:
description: Sum of all LLM Observability spans with 15-day retention over all hours in the current date for all organizations.
format: int64
type: integer
llm_observability_30day_retention_spans_sum:
description: Sum of all LLM Observability spans with 30-day retention over all hours in the current date for all organizations.
format: int64
type: integer
llm_observability_60day_retention_spans_sum:
description: Sum of all LLM Observability spans with 60-day retention over all hours in the current date for all organizations.
format: int64
type: integer
llm_observability_90day_retention_spans_sum:
description: Sum of all LLM Observability spans with 90-day retention 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.
format: int64
Expand Down Expand Up @@ -23852,6 +23868,22 @@ components:
description: Shows the 99th percentile of all IoT devices over all hours in the current date for the given org.
format: int64
type: integer
llm_observability_15day_retention_spans_sum:
description: Shows the sum of all LLM Observability spans with 15-day retention 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 spans with 30-day retention 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 spans with 60-day retention 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 spans with 90-day retention 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.
format: int64
Expand Down Expand Up @@ -24889,6 +24921,22 @@ components:
description: Shows the sum of all live logs bytes ingested over all hours in the current month for all organizations (data available as of December 1, 2020).
format: int64
type: integer
llm_observability_15day_retention_spans_agg_sum:
description: Sum of all LLM Observability spans with 15-day retention for all hours in the current month for all organizations.
format: int64
type: integer
llm_observability_30day_retention_spans_agg_sum:
description: Sum of all LLM Observability spans with 30-day retention for all hours in the current month for all organizations.
format: int64
type: integer
llm_observability_60day_retention_spans_agg_sum:
description: Sum of all LLM Observability spans with 60-day retention for all hours in the current month for all organizations.
format: int64
type: integer
llm_observability_90day_retention_spans_agg_sum:
description: Sum of all LLM Observability spans with 90-day retention for 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.
format: int64
Expand Down
Loading
Loading