Skip to content

Commit 393e67c

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Rename NPM into Cloud Network Monitoring (#2593)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 61c4f92 commit 393e67c

File tree

5 files changed

+19
-16
lines changed

5 files changed

+19
-16
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
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:09:00.927359",
8-
"spec_repo_commit": "fd3dd4d0"
7+
"regenerated": "2024-12-02 14:34:49.580439",
8+
"spec_repo_commit": "48a734bf"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-27 13:09:00.946410",
13-
"spec_repo_commit": "fd3dd4d0"
12+
"regenerated": "2024-12-02 14:34:49.600641",
13+
"spec_repo_commit": "48a734bf"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 9 additions & 6 deletions
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:

src/main/java/com/datadog/api/client/v1/model/UsageSummaryDate.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2707,8 +2707,8 @@ public UsageSummaryDate npmHostTop99p(Long npmHostTop99p) {
27072707
}
27082708

27092709
/**
2710-
* Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for
2711-
* all organizations.
2710+
* Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as
2711+
* Network hosts) over all hours in the current date for all organizations.
27122712
*
27132713
* @return npmHostTop99p
27142714
*/

src/main/java/com/datadog/api/client/v1/model/UsageSummaryDateOrg.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2833,8 +2833,8 @@ public UsageSummaryDateOrg npmHostTop99p(Long npmHostTop99p) {
28332833
}
28342834

28352835
/**
2836-
* Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for
2837-
* the given org.
2836+
* Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as
2837+
* Network hosts) over all hours in the current date for the given org.
28382838
*
28392839
* @return npmHostTop99p
28402840
*/

src/main/java/com/datadog/api/client/v1/model/UsageSummaryResponse.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2960,8 +2960,8 @@ public UsageSummaryResponse npmHostTop99pSum(Long npmHostTop99pSum) {
29602960
}
29612961

29622962
/**
2963-
* Shows the 99th percentile of all distinct Networks hosts over all hours in the current month
2964-
* for all organizations.
2963+
* Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as
2964+
* Network hosts) over all hours in the current month for all organizations.
29652965
*
29662966
* @return npmHostTop99pSum
29672967
*/

0 commit comments

Comments
 (0)