Why is my "Save" button disabled when configuring metrics tags?

이 페이지는 아직 한국어로 제공되지 않으며 번역 작업 중입니다. 번역에 관한 질문이나 의견이 있으시면 언제든지 저희에게 연락해 주십시오.

It is possible for a proposed configuration to result in an indexed custom metrics volume that is larger than the original ingested volume. The “Save” button is intentionally disabled in infrequent scenarios where it is more cost effective to leave a metric entirely unconfigured without using Metrics without Limits™.

Using Metrics without Limits™, you can continue sending Datadog your originally submitted volume of metrics with no code-level changes, and define a tag configuration to keep only a smaller subset of custom metrics to index.

By using Metrics without Limits™, your original raw metrics data must be recombined and re-aggregated, and stored against that smaller volume of indexed custom metrics in order to preserve mathematically accurate query results. Therefore, for each of the remaining indexed custom metrics, Datadog stores your specified number of time/space aggregations.

The resulting number of indexed custom metrics for your Metrics without Limits™ configuration is (the number of remaining tag value combinations—specified by your tag configuration) x (the number of time/space aggregations—specified by the Customize Aggregations section)

Example Suppose you want to use Metrics without Limits™ to reduce the cardinality of the shopist.basket.size metric.

All Tags Configuration

Assuming shopist.basket.size reports values against four tag value combinations, such as {host: a, region: us, env: prod}—that is, shopist.basket.size originally emits four custom metrics as shown in the following diagram:

Custom Metric Breakdown of All Tags Configuration

Using Metrics without Limits™ to tag configure only the {region, env} tags, only three tag value combinations remain:

  • {region:us, env:prod}
  • {region:eu, env:prod}
  • {region:us, env:dev}
Disabled Save Configuration

The resulting number of custom metrics from this proposed configuration is as follows: (the number of remaining tag value combinations) x (the number of time/space aggregations) = (3) x (2) = 6 custom metrics.

Custom Metric Breakdown of MWL Configuration

Therefore, it is possible for a proposed configuration to result in an indexed custom metrics volume (6 custom metrics) that is larger than the original ingested volume (4 custom metrics). In these cases, it is better to leave this metric unconfigured with the “All Tags” toggle option for the most cost-optimized configuration of this metric.