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
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-27 13:08:57.577519",
"spec_repo_commit": "fd3dd4d0"
"regenerated": "2024-12-02 14:34:49.046316",
"spec_repo_commit": "48a734bf"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-27 13:08:57.596644",
"spec_repo_commit": "fd3dd4d0"
"regenerated": "2024-12-02 14:34:49.065976",
"spec_repo_commit": "48a734bf"
}
}
}
15 changes: 9 additions & 6 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20118,8 +20118,9 @@ components:
format: int64
type: integer
npm_host_top99p:
description: Shows the 99th percentile of all distinct Networks hosts over
all hours in the current date for all organizations.
description: Shows the 99th percentile of all distinct Cloud Network Monitoring
hosts (formerly known as Network hosts) over all hours in the current
date for all organizations.
format: int64
type: integer
observability_pipelines_bytes_processed_sum:
Expand Down Expand Up @@ -20892,8 +20893,9 @@ components:
format: int64
type: integer
npm_host_top99p:
description: Shows the 99th percentile of all distinct Networks hosts over
all hours in the current date for the given org.
description: Shows the 99th percentile of all distinct Cloud Network Monitoring
hosts (formerly known as Network hosts) over all hours in the current
date for the given org.
format: int64
type: integer
observability_pipelines_bytes_processed_sum:
Expand Down Expand Up @@ -21689,8 +21691,9 @@ components:
format: int64
type: integer
npm_host_top99p_sum:
description: Shows the 99th percentile of all distinct Networks hosts over
all hours in the current month for all organizations.
description: Shows the 99th percentile of all distinct Cloud Network Monitoring
hosts (formerly known as Network hosts) over all hours in the current
month for all organizations.
format: int64
type: integer
observability_pipelines_bytes_processed_agg_sum:
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog_api_client/v1/models/usage_summary_date.rb
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ class UsageSummaryDate
# Shows the sum of all Network flows indexed over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
attr_accessor :netflow_indexed_events_count_sum

# Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for all organizations.
# Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as Network hosts) over all hours in the current date for all organizations.
attr_accessor :npm_host_top99p

# Sum of all observability pipelines bytes processed over all hours in the current date for the given org.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ class UsageSummaryDateOrg
# Shows the sum of all Network flows indexed over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
attr_accessor :netflow_indexed_events_count_sum

# Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for the given org.
# Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as Network hosts) over all hours in the current date for the given org.
attr_accessor :npm_host_top99p

# Sum of all observability pipelines bytes processed over all hours in the current date for the given org.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ class UsageSummaryResponse
# Shows the sum of all Network flows indexed over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
attr_accessor :netflow_indexed_events_count_agg_sum

# Shows the 99th percentile of all distinct Networks hosts over all hours in the current month for all organizations.
# Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as Network hosts) over all hours in the current month for all organizations.
attr_accessor :npm_host_top99p_sum

# Sum of all observability pipelines bytes processed over all hours in the current month for all organizations.
Expand Down
Loading