We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It relies on tracerKey which is only used in one place to read from a Context. Since it is never set, the NoopTracer is used.
tracerKey
Context
NoopTracer
objstore/tracing/tracing.go
Lines 33 to 38 in 79dcec7
In the similar package in thanos-io/thanos there is a function to set the key:
thanos-io/thanos
https://github.com/thanos-io/thanos/blob/25d91c103a416df733320563bb108d734f91b8af/pkg/tracing/tracing.go#L37-L39
Note that the tracerKey there is a different value.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
It relies on
tracerKey
which is only used in one place to read from aContext
. Since it is never set, theNoopTracer
is used.objstore/tracing/tracing.go
Lines 33 to 38 in 79dcec7
In the similar package in
thanos-io/thanos
there is a function to set the key:https://github.com/thanos-io/thanos/blob/25d91c103a416df733320563bb108d734f91b8af/pkg/tracing/tracing.go#L37-L39
Note that the
tracerKey
there is a different value.The text was updated successfully, but these errors were encountered: