Skip to content

v4.7.0

Compare
Choose a tag to compare
@Baliedge Baliedge released this 12 Aug 18:22
· 105 commits to master since this release
9faf51f

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
  • Add Prometheus metrics.