Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Nov 22, 2024
1 parent 8ba0bba commit 667af94
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

# Logs and events semantic conventions
/docs/exceptions/exceptions-logs.md @open-telemetry/specs-semconv-approvers @tigrannajaryan
/docs/feature-flags/feature-flags-logs.md @open-telemetry/specs-semconv-approvers @tigrannajaryan
/docs/general/events-general.md @open-telemetry/specs-semconv-approvers @open-telemetry/semconv-event-approvers @tigrannajaryan
/docs/general/logs-general.md @open-telemetry/specs-semconv-approvers @tigrannajaryan
/docs/logs/ @open-telemetry/specs-semconv-approvers @tigrannajaryan
Expand Down
2 changes: 1 addition & 1 deletion docs/feature-flag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ evaluations in spans and logs.

Semantic conventions for feature flags are defined for the following signals:

* [Feature Flags in Logs](feature-flags-logs.md): Semantic Conventions for recording feature flags in *logs*.
* [Feature Flags in Logs](feature-flag-logs.md): Semantic Conventions for recording feature flags in *logs*.

[DocumentStatus]: https://opentelemetry.io/docs/specs/otel/document-status
2 changes: 1 addition & 1 deletion docs/general/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The following semantic conventions for logs are defined:

* **[General](#general-log-identification-attributes): General semantic attributes that may be used in describing Log Records.**
* [Exceptions](/docs/exceptions/exceptions-logs.md): Semantic attributes that may be used in describing exceptions in logs.
* [Feature Flags](/docs/feature-flags/feature-flags-logs.md): Semantic attributes that may be used in describing feature flag evaluations in logs.
* [Feature Flags](/docs/feature-flag/feature-flag-logs.md): Semantic attributes that may be used in describing feature flag evaluations in logs.

Apart from semantic conventions for logs, [events](events.md), [traces](trace.md), and [metrics](metrics.md),
OpenTelemetry also defines the concept of overarching [Resources](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.37.0/specification/resource/sdk.md) with their own
Expand Down

0 comments on commit 667af94

Please sign in to comment.