Skip to content

Commit bece5cf

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Updated "List active tags and aggregations" documentation (#459)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 4830082 commit bece5cf

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
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": "2025-01-13 18:28:01.987122",
8-
"spec_repo_commit": "3517c947"
7+
"regenerated": "2025-01-14 15:59:11.672589",
8+
"spec_repo_commit": "0457044b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-13 18:28:02.002232",
13-
"spec_repo_commit": "3517c947"
12+
"regenerated": "2025-01-14 15:59:11.688991",
13+
"spec_repo_commit": "0457044b"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39128,7 +39128,8 @@ paths:
3912839128
/api/v2/metrics/{metric_name}/active-configurations:
3912939129
get:
3913039130
description: List tags and aggregations that are actively queried on dashboards,
39131-
notebooks, monitors, and the Metrics Explorer for a given metric name.
39131+
notebooks, monitors, the Metrics Explorer, and using the API for a given metric
39132+
name.
3913239133
operationId: ListActiveMetricConfigurations
3913339134
parameters:
3913439135
- $ref: '#/components/parameters/MetricName'

LICENSE-3rdparty.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ log,https://github.com/rust-lang/log,MIT OR Apache-2.0,The Rust Project Develope
7777
memchr,https://github.com/BurntSushi/memchr,Unlicense OR MIT,"Andrew Gallant <[email protected]>, bluss"
7878
mime,https://github.com/hyperium/mime,MIT OR Apache-2.0,Sean McArthur <[email protected]>
7979
mime_guess,https://github.com/abonander/mime_guess,MIT,Austin Bonander <[email protected]>
80-
miniz_oxide,https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide,MIT OR Zlib OR Apache-2.0,"Frommi <[email protected]>, oyvindln <[email protected]>"
80+
miniz_oxide,https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide,MIT OR Zlib OR Apache-2.0,"Frommi <[email protected]>, oyvindln <[email protected]>, Rich Geldreich [email protected]"
8181
mio,https://github.com/tokio-rs/mio,MIT,"Carl Lerche <[email protected]>, Thomas de Zeeuw <[email protected]>, Tokio Contributors <[email protected]>"
8282
native-tls,https://github.com/sfackler/rust-native-tls,MIT OR Apache-2.0,Steven Fackler <[email protected]>
8383
num-conv,https://github.com/jhpratt/num-conv,MIT OR Apache-2.0,Jacob Pratt <[email protected]>

src/datadogV2/api/api_metrics.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@ impl MetricsAPI {
11151115
}
11161116
}
11171117

1118-
/// List tags and aggregations that are actively queried on dashboards, notebooks, monitors, and the Metrics Explorer for a given metric name.
1118+
/// List tags and aggregations that are actively queried on dashboards, notebooks, monitors, the Metrics Explorer, and using the API for a given metric name.
11191119
pub async fn list_active_metric_configurations(
11201120
&self,
11211121
metric_name: String,
@@ -1141,7 +1141,7 @@ impl MetricsAPI {
11411141
}
11421142
}
11431143

1144-
/// List tags and aggregations that are actively queried on dashboards, notebooks, monitors, and the Metrics Explorer for a given metric name.
1144+
/// List tags and aggregations that are actively queried on dashboards, notebooks, monitors, the Metrics Explorer, and using the API for a given metric name.
11451145
pub async fn list_active_metric_configurations_with_http_info(
11461146
&self,
11471147
metric_name: String,

0 commit comments

Comments
 (0)