@@ -588,6 +588,8 @@ impl MetricsAPI {
588588 Self { config, client }
589589 }
590590
591+ /// **Note**: This endpoint is deprecated. Use the `/api/v2/metrics/{metric_name}/tags` endpoint instead.
592+ ///
591593 /// Create and define a list of queryable tag keys for a set of existing count, gauge, rate, and distribution metrics.
592594 /// Metrics are selected by passing a metric name prefix. Use the Delete method of this API path to remove tag configurations.
593595 /// Results can be sent to a set of account email addresses, just like the same operation in the Datadog web app.
@@ -619,6 +621,8 @@ impl MetricsAPI {
619621 }
620622 }
621623
624+ /// **Note**: This endpoint is deprecated. Use the `/api/v2/metrics/{metric_name}/tags` endpoint instead.
625+ ///
622626 /// Create and define a list of queryable tag keys for a set of existing count, gauge, rate, and distribution metrics.
623627 /// Metrics are selected by passing a metric name prefix. Use the Delete method of this API path to remove tag configurations.
624628 /// Results can be sent to a set of account email addresses, just like the same operation in the Datadog web app.
@@ -1249,6 +1253,8 @@ impl MetricsAPI {
12491253 }
12501254 }
12511255
1256+ /// **Note**: This endpoint is deprecated. Use the `/api/v2/metrics/{metric_name}/tags` endpoint instead.
1257+ ///
12521258 /// Delete all custom lists of queryable tag keys for a set of existing count, gauge, rate, and distribution metrics.
12531259 /// Metrics are selected by passing a metric name prefix.
12541260 /// Results can be sent to a set of account email addresses, just like the same operation in the Datadog web app.
@@ -1277,6 +1283,8 @@ impl MetricsAPI {
12771283 }
12781284 }
12791285
1286+ /// **Note**: This endpoint is deprecated. Use the `/api/v2/metrics/{metric_name}/tags` endpoint instead.
1287+ ///
12801288 /// Delete all custom lists of queryable tag keys for a set of existing count, gauge, rate, and distribution metrics.
12811289 /// Metrics are selected by passing a metric name prefix.
12821290 /// Results can be sent to a set of account email addresses, just like the same operation in the Datadog web app.
0 commit comments