Skip to content

Commit ac35cda

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

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
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.363837",
8-
"spec_repo_commit": "fd3dd4d0"
7+
"regenerated": "2024-12-02 14:34:47.056901",
8+
"spec_repo_commit": "48a734bf"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-27 13:09:00.383880",
13-
"spec_repo_commit": "fd3dd4d0"
12+
"regenerated": "2024-12-02 14:34:47.076082",
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:

api/datadogV1/model_usage_summary_date.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ type UsageSummaryDate struct {
204204
// 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).
205205
// Deprecated
206206
NetflowIndexedEventsCountSum *int64 `json:"netflow_indexed_events_count_sum,omitempty"`
207-
// Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for all organizations.
207+
// 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.
208208
NpmHostTop99p *int64 `json:"npm_host_top99p,omitempty"`
209209
// Sum of all observability pipelines bytes processed over all hours in the current date for the given org.
210210
ObservabilityPipelinesBytesProcessedSum *int64 `json:"observability_pipelines_bytes_processed_sum,omitempty"`

api/datadogV1/model_usage_summary_date_org.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ type UsageSummaryDateOrg struct {
213213
// 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).
214214
// Deprecated
215215
NetflowIndexedEventsCountSum *int64 `json:"netflow_indexed_events_count_sum,omitempty"`
216-
// Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for the given org.
216+
// 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.
217217
NpmHostTop99p *int64 `json:"npm_host_top99p,omitempty"`
218218
// Sum of all observability pipelines bytes processed over all hours in the current date for the given org.
219219
ObservabilityPipelinesBytesProcessedSum *int64 `json:"observability_pipelines_bytes_processed_sum,omitempty"`

api/datadogV1/model_usage_summary_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ type UsageSummaryResponse struct {
220220
// 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).
221221
// Deprecated
222222
NetflowIndexedEventsCountAggSum *int64 `json:"netflow_indexed_events_count_agg_sum,omitempty"`
223-
// Shows the 99th percentile of all distinct Networks hosts over all hours in the current month for all organizations.
223+
// 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.
224224
NpmHostTop99pSum *int64 `json:"npm_host_top99p_sum,omitempty"`
225225
// Sum of all observability pipelines bytes processed over all hours in the current month for all organizations.
226226
ObservabilityPipelinesBytesProcessedAggSum *int64 `json:"observability_pipelines_bytes_processed_agg_sum,omitempty"`

0 commit comments

Comments
 (0)