issues
search
odigos-io
/
opentelemetry-go-instrumentation
OpenTelemetry auto-instrumentation for Go applications
Apache License 2.0
292
stars
44
forks
source link
Context propagation
#32
Closed
edeNFed
closed
2 years ago
edeNFed
commented
2 years ago
This PR adds the following changes:
Context propagation between both different libraries n the same application and across applications by adding W3C headers.
Removed dependency on goroutine id. We are now using
context.Context
instead.
Better timestamp calculations
This PR adds the following changes:
context.Context
instead.