Slide 2 of 3

Why labels affect your bill

Why labels affect your bill

A label is a name-value tag attached to a metric or log, such as env=prod. Every label you attach to a metric or log multiplies the number of unique series or streams you generate. Most billing surprises in Grafana Cloud trace back to labeling decisions made at instrumentation time, often by accepting defaults without realizing their cost impact.

This journey teaches you the math behind that multiplication, how to inspect it in your own stack, and how to choose labels deliberately for metrics and logs.

Script

This is the core idea behind this whole journey. A label is a name-value tag attached to a metric or log, such as an environment label with the value prod.

Each label you attach multiplies the number of unique series or streams you generate. That multiplication is easy to miss when you’re setting up instrumentation, which is exactly why it causes trouble.

Most billing surprises in Grafana Cloud are caused by labeling decisions made at instrumentation time. Often that means accepting default settings without realizing their cost impact.

The rest of this journey walks through the math behind that multiplication, shows you how to inspect it in your own stack, and helps you choose labels deliberately for both metrics and logs.