commit | e39418b793224e4dbde26462898076554e189749 | [log] [tgz] |
---|---|---|
author | Jonathan Amsterdam <jba@google.com> | Fri May 14 10:23:59 2021 -0400 |
committer | Jonathan Amsterdam <jba@google.com> | Wed Jun 02 13:46:39 2021 +0000 |
tree | 398d9e329818c00d77ef3c618956b88356189fc5 | |
parent | 3999bb43208d0d11563e1abbeb56dfee87d44a72 [diff] |
event/otel: adapter for OpenTelemetry tracing The parent ID of the event is unused; the context is used to convey information instead. Change-Id: I03da0a6636182b3532d6f8139cfa2ee51106c3b0 Reviewed-on: https://go-review.googlesource.com/c/exp/+/320090 Trust: Jonathan Amsterdam <jba@google.com> Run-TryBot: Jonathan Amsterdam <jba@google.com> Reviewed-by: Ian Cottrell <iancottrell@google.com>
This subrepository holds experimental and deprecated (in the old
directory) packages.
The idea for this subrepository originated as the pkg/exp
directory of the main repository, but its presence there made it unavailable to users of the binary downloads of the Go installation. The subrepository has therefore been created to make it possible to go get
these packages.
Warning: Packages here are experimental and unreliable. Some may one day be promoted to the main repository or other subrepository, or they may be modified arbitrarily or even disappear altogether.
In short, code in this subrepository is not subject to the Go 1 compatibility promise. (No subrepo is, but the promise is even more likely to be violated by go.exp than the others.)
Caveat emptor.