File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ observability tools.
40
40
41
41
* OpenTelemetry Rust is not introducing a new end user callable Logging API.
42
42
Instead, 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 ) ,
44
44
that allows one to write log appenders that can bridge existing logging
45
45
libraries to the OpenTelemetry log data model. The following log appenders are
46
46
available:
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Here's a breakdown of its components:
56
56
Allows for the attachment of metadata (baggage) to telemetry, which can be
57
57
used for sharing application-specific information across service boundaries.
58
58
- ** [ 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 ) :**
60
60
Allows to bridge existing logging mechanisms with OpenTelemetry logging. This
61
61
is ** NOT** meant for end users to call, instead it is meant to enable writing
62
62
bridges/appenders for existing logging mechanisms such as
You can’t perform that action at this time.
0 commit comments