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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's Changed
Breaking Change to tracing package.
Changed InitTracing() signature to reference optional tracing-specific options, instead of OpenTelemetry-specific options. This allows more flexibility to extend configuration within tracing.
Log level tracing.
Defaults to log level set in Logrus.
Use variants of StartScopeInfo(), StartScopeDebug(), etc.
Spans created with lesser severity will be dropped from the trace.
See tracing/README.md for details.
Add TypedError for describing an error with type classification. tracing