Skip to content

Commit b14f36e

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Rename NPM into Cloud Network Monitoring (#401)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent b073cce commit b14f36e

File tree

6 files changed

+16
-14
lines changed

6 files changed

+16
-14
lines changed

.apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-11-27 13:08:57.192714",
8-
"spec_repo_commit": "fd3dd4d0"
7+
"regenerated": "2024-12-02 14:34:48.145379",
8+
"spec_repo_commit": "48a734bf"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-27 13:08:57.211533",
13-
"spec_repo_commit": "fd3dd4d0"
12+
"regenerated": "2024-12-02 14:34:48.165088",
13+
"spec_repo_commit": "48a734bf"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

+9-6
Original file line numberDiff line numberDiff line change
@@ -20118,8 +20118,9 @@ components:
2011820118
format: int64
2011920119
type: integer
2012020120
npm_host_top99p:
20121-
description: Shows the 99th percentile of all distinct Networks hosts over
20122-
all hours in the current date for all organizations.
20121+
description: Shows the 99th percentile of all distinct Cloud Network Monitoring
20122+
hosts (formerly known as Network hosts) over all hours in the current
20123+
date for all organizations.
2012320124
format: int64
2012420125
type: integer
2012520126
observability_pipelines_bytes_processed_sum:
@@ -20892,8 +20893,9 @@ components:
2089220893
format: int64
2089320894
type: integer
2089420895
npm_host_top99p:
20895-
description: Shows the 99th percentile of all distinct Networks hosts over
20896-
all hours in the current date for the given org.
20896+
description: Shows the 99th percentile of all distinct Cloud Network Monitoring
20897+
hosts (formerly known as Network hosts) over all hours in the current
20898+
date for the given org.
2089720899
format: int64
2089820900
type: integer
2089920901
observability_pipelines_bytes_processed_sum:
@@ -21689,8 +21691,9 @@ components:
2168921691
format: int64
2169021692
type: integer
2169121693
npm_host_top99p_sum:
21692-
description: Shows the 99th percentile of all distinct Networks hosts over
21693-
all hours in the current month for all organizations.
21694+
description: Shows the 99th percentile of all distinct Cloud Network Monitoring
21695+
hosts (formerly known as Network hosts) over all hours in the current
21696+
month for all organizations.
2169421697
format: int64
2169521698
type: integer
2169621699
observability_pipelines_bytes_processed_agg_sum:

LICENSE-3rdparty.csv

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ getrandom,https://github.com/rust-random/getrandom,MIT OR Apache-2.0,The Rand Pr
4141
gimli,https://github.com/gimli-rs/gimli,MIT OR Apache-2.0,The gimli Authors
4242
h2,https://github.com/hyperium/h2,MIT,"Carl Lerche <[email protected]>, Sean McArthur <[email protected]>"
4343
hashbrown,https://github.com/rust-lang/hashbrown,MIT OR Apache-2.0,Amanieu d'Antras <[email protected]>
44-
hermit-abi,https://github.com/hermit-os/hermit-rs,MIT OR Apache-2.0,Stefan Lankes
4544
hex,https://github.com/KokaKiwi/rust-hex,MIT OR Apache-2.0,KokaKiwi <[email protected]>
4645
http,https://github.com/hyperium/http,MIT OR Apache-2.0,"Alex Crichton <[email protected]>, Carl Lerche <[email protected]>, Sean McArthur <[email protected]>"
4746
http-body,https://github.com/hyperium/http-body,MIT,"Carl Lerche <[email protected]>, Lucio Franco <[email protected]>, Sean McArthur <[email protected]>"

src/datadogV1/model/model_usage_summary_date.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ pub struct UsageSummaryDate {
293293
#[deprecated]
294294
#[serde(rename = "netflow_indexed_events_count_sum")]
295295
pub netflow_indexed_events_count_sum: Option<i64>,
296-
/// Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for all organizations.
296+
/// 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.
297297
#[serde(rename = "npm_host_top99p")]
298298
pub npm_host_top99p: Option<i64>,
299299
/// Sum of all observability pipelines bytes processed over all hours in the current date for the given org.

src/datadogV1/model/model_usage_summary_date_org.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ pub struct UsageSummaryDateOrg {
309309
#[deprecated]
310310
#[serde(rename = "netflow_indexed_events_count_sum")]
311311
pub netflow_indexed_events_count_sum: Option<i64>,
312-
/// Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for the given org.
312+
/// 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.
313313
#[serde(rename = "npm_host_top99p")]
314314
pub npm_host_top99p: Option<i64>,
315315
/// Sum of all observability pipelines bytes processed over all hours in the current date for the given org.

src/datadogV1/model/model_usage_summary_response.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ pub struct UsageSummaryResponse {
316316
#[deprecated]
317317
#[serde(rename = "netflow_indexed_events_count_agg_sum")]
318318
pub netflow_indexed_events_count_agg_sum: Option<i64>,
319-
/// Shows the 99th percentile of all distinct Networks hosts over all hours in the current month for all organizations.
319+
/// 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.
320320
#[serde(rename = "npm_host_top99p_sum")]
321321
pub npm_host_top99p_sum: Option<i64>,
322322
/// Sum of all observability pipelines bytes processed over all hours in the current month for all organizations.

0 commit comments

Comments
 (0)