Skip to content

Commit

Permalink
Rename NPM into Cloud Network Monitoring (#2813)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Dec 2, 2024
1 parent a9b5774 commit ac35cda
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
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.363837",
"spec_repo_commit": "fd3dd4d0"
"regenerated": "2024-12-02 14:34:47.056901",
"spec_repo_commit": "48a734bf"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-27 13:09:00.383880",
"spec_repo_commit": "fd3dd4d0"
"regenerated": "2024-12-02 14:34:47.076082",
"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 api/datadogV1/model_usage_summary_date.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ type UsageSummaryDate struct {
// 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).
// Deprecated
NetflowIndexedEventsCountSum *int64 `json:"netflow_indexed_events_count_sum,omitempty"`
// 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.
NpmHostTop99p *int64 `json:"npm_host_top99p,omitempty"`
// Sum of all observability pipelines bytes processed over all hours in the current date for the given org.
ObservabilityPipelinesBytesProcessedSum *int64 `json:"observability_pipelines_bytes_processed_sum,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion api/datadogV1/model_usage_summary_date_org.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ type UsageSummaryDateOrg struct {
// 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).
// Deprecated
NetflowIndexedEventsCountSum *int64 `json:"netflow_indexed_events_count_sum,omitempty"`
// 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.
NpmHostTop99p *int64 `json:"npm_host_top99p,omitempty"`
// Sum of all observability pipelines bytes processed over all hours in the current date for the given org.
ObservabilityPipelinesBytesProcessedSum *int64 `json:"observability_pipelines_bytes_processed_sum,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion api/datadogV1/model_usage_summary_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ type UsageSummaryResponse struct {
// 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).
// Deprecated
NetflowIndexedEventsCountAggSum *int64 `json:"netflow_indexed_events_count_agg_sum,omitempty"`
// 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.
NpmHostTop99pSum *int64 `json:"npm_host_top99p_sum,omitempty"`
// Sum of all observability pipelines bytes processed over all hours in the current month for all organizations.
ObservabilityPipelinesBytesProcessedAggSum *int64 `json:"observability_pipelines_bytes_processed_agg_sum,omitempty"`
Expand Down

0 comments on commit ac35cda

Please sign in to comment.