Skip to content

Commit

Permalink
update docs for otel resource attribute promotion
Browse files Browse the repository at this point in the history
  • Loading branch information
tacole02 committed Feb 19, 2025
1 parent b23f642 commit 31c3b89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sources/mimir/configure/configure-otel-collector.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ service:

## Work with default OpenTelemetry labels

OpenTelemetry metrics use resource attributes to describe the set of characteristics associated with a given resource, or entity producing telemetry data. For example, a host resource might have multiple attributes, including an ID, and image, and a type.
OpenTelemetry metrics use resource attributes to describe the set of characteristics associated with a given resource, or entity producing telemetry data. For example, a host resource might have multiple attributes, including an ID, an image, and a type.

To optimize the storage of and ability to query this data, Mimir automatically assigns the following OTel resource attributes as labels at the time of ingestion, with periods (`.`) replaced by underscores (`_`):

Expand All @@ -136,12 +136,12 @@ To optimize the storage of and ability to query this data, Mimir automatically a
Some of these labels are mutually exclusive.
{{< /admonition >}}

To update this list,
To update this list, ...
If you are using Grafana Cloud, contact support to configure this setting.

Mimir stores additional OTel resource attributes in a separate series called `target_info`, which you can query using a join query or the Prometheus `info()` function. Refer to [Functions](https://prometheus.io/docs/prometheus/latest/querying/functions/) in the Prometheus documentation for more information.

To learn more about OpenTelemetry resource attributes, refer to link.
To learn more about OpenTelemetry resource attributes, refer to [Resources](https://opentelemetry.io/docs/languages/js/resources/) in the OpenTelemetry documentation.

## Format considerations

Expand Down

0 comments on commit 31c3b89

Please sign in to comment.