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
12 changes: 12 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22607,6 +22607,10 @@ components:
description: Shows the average of all normalized Database Monitoring queries over all hours in the current date for all organizations.
format: int64
type: integer
do_jobs_monitoring_orchestrators_job_hours_sum:
description: Shows the sum of all orchestrator job hours over all hours in the current date for all organizations.
format: int64
type: integer
eph_infra_host_agent_sum:
description: Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current date for the given org.
format: int64
Expand Down Expand Up @@ -23620,6 +23624,10 @@ components:
description: Shows the average of all distinct Database Monitoring normalized queries over all hours in the current month for the given org.
format: int64
type: integer
do_jobs_monitoring_orchestrators_job_hours_sum:
description: Shows the sum of all orchestrator job hours over all hours in the current date for the given org.
format: int64
type: integer
eph_infra_host_agent_sum:
description: Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current date for the given org.
format: int64
Expand Down Expand Up @@ -24639,6 +24647,10 @@ components:
description: Shows the average of all distinct Database Monitoring Normalized Queries over all hours in the current month for all organizations.
format: int64
type: integer
do_jobs_monitoring_orchestrators_job_hours_agg_sum:
description: Shows the sum of all orchestrator job hours over all hours in the current month for all organizations.
format: int64
type: integer
end_date:
description: Shows the last date of usage in the current month for all organizations.
format: date-time
Expand Down
Loading
Loading