From 3df6e56ca6dbd7a82c8787da306db8ca1929f86f Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 13 Jun 2024 11:12:50 -0400 Subject: [PATCH] [editorial] Fix link by dropping anchor to title (#1154) Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com> --- docs/general/logs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/logs.md b/docs/general/logs.md index e7e649cde1..499b719841 100644 --- a/docs/general/logs.md +++ b/docs/general/logs.md @@ -61,7 +61,7 @@ The id MAY be an [Universally Unique Lexicographically Sortable Identifier (ULID This section describes attributes for log media in OpenTelemetry. Log media are mechanisms by which logs are transmitted. Types of media include files, streams, network protocols, and os-specific logging services such as journald and Windows Event Log. -**Note:** The OpenTelemetry specification defines a [Resource](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.33.0/specification/resource/sdk.md#resource-sdk) as `an immutable representation of the entity producing telemetry`. +**Note:** The OpenTelemetry specification defines a [Resource](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.33.0/specification/resource/sdk.md) as `an immutable representation of the entity producing telemetry`. The following attributes do not describe entities that produce telemetry. Rather, they describe mechanisms of log transmission. As such, these should be recorded as Log Record attributes when applicable. They should not be recorded as Resource attributes.