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:09:00.927359",
"spec_repo_commit": "fd3dd4d0"
"regenerated": "2024-12-02 14:34:49.580439",
"spec_repo_commit": "48a734bf"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-27 13:09:00.946410",
"spec_repo_commit": "fd3dd4d0"
"regenerated": "2024-12-02 14:34:49.600641",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -2707,8 +2707,8 @@ public UsageSummaryDate npmHostTop99p(Long npmHostTop99p) {
}

/**
* 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.
*
* @return npmHostTop99p
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2833,8 +2833,8 @@ public UsageSummaryDateOrg npmHostTop99p(Long npmHostTop99p) {
}

/**
* 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.
*
* @return npmHostTop99p
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2960,8 +2960,8 @@ public UsageSummaryResponse npmHostTop99pSum(Long npmHostTop99pSum) {
}

/**
* 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.
*
* @return npmHostTop99pSum
*/
Expand Down
Loading