File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ observability tools.
4040
4141* OpenTelemetry Rust is not introducing a new end user callable Logging API.
4242Instead, it provides [ Logs Bridge
43- API] ( https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/bridge- api.md ) ,
43+ API] ( https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/api.md ) ,
4444that allows one to write log appenders that can bridge existing logging
4545libraries to the OpenTelemetry log data model. The following log appenders are
4646available:
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Here's a breakdown of its components:
5656 Allows for the attachment of metadata (baggage) to telemetry, which can be
5757 used for sharing application-specific information across service boundaries.
5858- ** [ Logs Bridge
59- API] ( https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/bridge- api.md ) :**
59+ API] ( https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/api.md ) :**
6060 Allows to bridge existing logging mechanisms with OpenTelemetry logging. This
6161 is ** NOT** meant for end users to call, instead it is meant to enable writing
6262 bridges/appenders for existing logging mechanisms such as
You can’t perform that action at this time.
0 commit comments