Skip to content

Releases: tigerwill90/otelfox

v0.10.0

19 Jul 18:11
Compare
Choose a tag to compare

What's Changed

  • Update Fox to v0.10.0

Full Changelog: v0.9.1...v0.10.0

v0.9.1

05 Jul 11:12
873f39f
Compare
Choose a tag to compare

What's Changed

  • Add an option to dynamically add custom span attribute by @tigerwill90 in #1

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

11 Jun 20:30
Compare
Choose a tag to compare

What's Changed

  • Update dependencies: fox, b3, otel and semconv

Full Changelog: v0.8.0...v0.9.0

v0.8.0

27 Apr 21:12
Compare
Choose a tag to compare

What's Changed

  • Improving docs
  • Add support for filtering request (see WithFilter option)

Full Changelog: v0.7.0...v0.8.0

v0.7.0

19 Apr 20:17
Compare
Choose a tag to compare

The first release of the OpenTelemetry middleware for Fox.

Features

  • Automatically creates spans for incoming HTTP requests
  • Extracts and propagates trace context from incoming requests
  • Annotates spans with HTTP-specific attributes, such as method, route, and status code