Slide 4 of 5

Why this works

Why this works

Each signal is priced and indexed for a different job. Metrics are cheap per series but multiply by label combinations. Logs carry arbitrary detail, and structured metadata makes high-cardinality fields queryable without indexing them. Traces hold per-request detail natively, and exemplars link them to your metrics without adding labels. Putting each value where it belongs is what a labeling strategy actually is; not fewer data points, just the right home for each one.

What you’ve done

Throughout this journey, you have:

  • Learned how label combinations multiply into unique active series and log streams, and that this is what you’re billed for
  • Explored your own stack’s cardinality with the Cardinality tab in the Cost Management and Billing app
  • Learned the rules for metric labels: bounded values only, added only when queried, and audited at ingestion setup
  • Reviewed Adaptive Metrics recommendations to reduce cardinality you already have
  • Applied the logs decision framework: labels for origin, structured metadata for high-cardinality fields, filter expressions for the rest
  • Learned to correlate signals so high-cardinality detail lives on logs and traces, not metric labels

Two questions to keep asking

Keep the two questions from this journey in your team’s review habits: Is this label value bounded? and Will anyone query by it? Most cardinality problems never happen when someone asks those questions at instrumentation time.

Script

This journey comes down to one idea. Each signal is priced and indexed for a different job.

Metrics are cheap per series but multiply by label combinations. Logs carry arbitrary detail, with structured metadata making high-cardinality fields queryable without indexing them. Traces hold per-request detail natively, and exemplars link them back to your metrics without adding labels.

A labeling strategy isn’t about collecting less. It’s about giving each value the right home.

You’ve now seen the full arc, from how label combinations multiply into what you’re billed for, through inspecting and fixing your own cardinality, to the logs decision framework and cross-signal correlation.

Carry two questions into your team’s review habits. Is this label value bounded? And will anyone query by it? Ask them at instrumentation time, and most cardinality problems never happen.