From 62effed618589a0bec416a87e559c0a9d96289bb Mon Sep 17 00:00:00 2001 From: Wei Date: Fri, 1 Dec 2023 00:46:22 +0800 Subject: [PATCH] Add link to exemplars to specification/metrics/README.md (#3764) Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com> --- specification/metrics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/metrics/README.md b/specification/metrics/README.md index 82b94af96d8..8fad95d83a7 100644 --- a/specification/metrics/README.md +++ b/specification/metrics/README.md @@ -30,7 +30,7 @@ Given there are many well-established metrics solutions that exist today, it is important to understand the goals of OpenTelemetry’s metrics effort: * **Being able to connect metrics to other signals**. For example, metrics and - traces can be correlated via exemplars, and metrics attributes can be enriched + traces can be correlated via [exemplars](data-model.md#exemplars), and metrics attributes can be enriched via [Baggage](../baggage/api.md) and [Context](../context/README.md). Additionally, [Resource](../resource/sdk.md) can be applied to [logs](../overview.md#log-signal)/[metrics](../overview.md#metric-signal)/[traces](../overview.md#tracing-signal)