---
title: "Labels tell you where | Grafana Labs"
description: "Loki indexes only labels, so good log labels describe origin and context"
---

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

## Labels tell you where

Loki, which powers Grafana Cloud Logs, takes the idea of a fewest labels principle further than metrics by indexing only your labels, not the log content, so every label combination splits your logs into another stream to index and store.

Good log labels describe the origin or context of the log; for example, application, namespace, environment, cluster, or region. These are static, bounded, and what you actually filter by when you start a search. Loki performs best with few labels, and the fewer streams you create, the smaller the index and the faster your queries.

[One application splitting into four log streams because two labels with two values each create four unique label combinations](log-stream-splitting.svg "One application splitting into four log streams because two labels with two values each create four unique label combinations")
