1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-11-23 22:34:47 +02:00

Update W3C Baggage spec link to latest stable (#2413)

This commit is contained in:
Tyler Yahn
2021-11-23 14:50:38 -08:00
committed by GitHub
parent 18d265c57c
commit 1ea6ee3da7
2 changed files with 2 additions and 2 deletions

View File

@@ -19,6 +19,6 @@ OpenTelemetry propagators are used to extract and inject context data from and
into messages exchanged by applications. The propagator supported by this
package is the W3C Trace Context encoding
(https://www.w3.org/TR/trace-context/), and W3C Baggage
(https://w3c.github.io/baggage/).
(https://www.w3.org/TR/baggage/).
*/
package propagation // import "go.opentelemetry.io/otel/propagation"