Skip to content

Commit

Permalink
Fix more links
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg committed Nov 9, 2023
1 parent 68015e7 commit bcc7ddf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/general/attribute-naming.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Attribute Naming

**Status**: [Stable](../document-status.md)
**Status**: [Stable][DocumentStatus]

<details>
<summary>Table of Contents</summary>
Expand Down Expand Up @@ -154,3 +154,5 @@ and protocols.

Any additions to the `otel.*` namespace MUST be approved as part of
OpenTelemetry specification.

[DocumentStatus]: https://github.com/open-telemetry/opentelemetry-specification/tree/v1.26.0/specification/document-status.md
6 changes: 4 additions & 2 deletions docs/general/attribute-requirement-level.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Attribute Requirement Levels

**Status**: [Stable](../document-status.md)
**Status**: [Stable][DocumentStatus]

<details>
<summary>Table of Contents</summary>
Expand All @@ -19,7 +19,7 @@

_This section applies to Log, Metric, Resource, and Span, and describes requirement levels for attributes defined in semantic conventions._

Attribute requirement levels apply to the [instrumentation library](../glossary.md#instrumentation-library).
Attribute requirement levels apply to the [instrumentation library](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/glossary.md#instrumentation-library).

The following attribute requirement levels are specified:

Expand Down Expand Up @@ -74,3 +74,5 @@ Here are several examples of expensive operations to be avoided by default:
- DNS lookups to populate `server.address` when only an IP address is available to the instrumentation. Caching lookup results does not solve the issue for all possible cases and should be avoided by default too.
- forcing an `http.route` calculation before the HTTP framework calculates it
- reading response stream to find `http.response.body.size` when `Content-Length` header is not available

[DocumentStatus]: https://github.com/open-telemetry/opentelemetry-specification/tree/v1.26.0/specification/document-status.md

0 comments on commit bcc7ddf

Please sign in to comment.