From d7539e618a36553f0382bce57c9300ccef9b3eb5 Mon Sep 17 00:00:00 2001 From: Wei Date: Tue, 14 Nov 2023 14:28:15 +0800 Subject: [PATCH] Update README.md Add doc link to exemplars --- 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)