Skip to content

v4.1.0

Compare
Choose a tag to compare
@Baliedge Baliedge released this 02 Feb 16:17
· 143 commits to master since this release
cf50a0d
  • Tooling to use OpenTelemetry to send traces to a Jaeger Tracing server.
    • Use OpenTelemetry to generate traces visualizing behavior in your application. It's comprised of nested spans that are rendered as a waterfall graph. Each span indicates start/end timings and optionally other developer specified metadata and logging output.
    • Jaeger Tracing is the tool used to receive OpenTelemetry trace data. Use its web UI to query for traces and view the waterfall graph.