You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like, from the code, that Context objects are intended to be function scoped, since when the returned Token is destroyed it pop()'s it's context off the stack. But there's no explanation of what the use cases for Context is anywhere, so it's very confusing to people who aren't familiar with OTel. Please provide some example use cases, best practices, etc.
The text was updated successfully, but these errors were encountered:
the page you are looking at is from the opentelemetry specification, which is a technical document, that requires having some understanding already. The page you might be looking for is here:
URL
https://opentelemetry.io/docs/specs/otel/context/
Description
It looks like, from the code, that Context objects are intended to be function scoped, since when the returned Token is destroyed it pop()'s it's context off the stack. But there's no explanation of what the use cases for Context is anywhere, so it's very confusing to people who aren't familiar with OTel. Please provide some example use cases, best practices, etc.
The text was updated successfully, but these errors were encountered: