Skip to content

Releases: vincentfree/opentelemetry

Capture responses and add them to spans

19 Aug 21:14
e5a83a3
Compare
Choose a tag to compare

Add http.ResponseWriter wrapper that extracts the responses status code and adds it to the span generated by the middleware.

Based on the status code, the span's status can be flagged as error if the response is a technical error. This was not the case before, then the middleware was unable to set a span as inError.

What's Changed

Full Changelog: otelmiddleware/v0.0.11...otelmiddleware/v0.1.0

otelslog/v0.0.3

12 Aug 14:41
c8c2cb7
Compare
Choose a tag to compare
otelslog/v0.0.3 Pre-release
Pre-release

What's Changed

  • update otelslog to go version 1.21 and use the official package by @vincentfree in #47
  • Refactor slog.go for better code readability by @vincentfree in #48

Full Changelog: otelslog/v0.0.1...otelslog/v0.0.3

v0.0.9

24 Jul 22:29
d9c5596
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.8...v0.0.9

otelslog/v0.0.1

25 Jul 18:15
d9c5596
Compare
Choose a tag to compare
otelslog/v0.0.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.8...otelslog/v0.0.1

v.0.0.8

21 Jul 12:13
Compare
Choose a tag to compare
v.0.0.8 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.7...v0.0.8

Release version v0.0.7

15 Oct 20:51
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Changed the type of span from server to client & added relevant client span data
  • Feature/add dagger ci by @vincentfree in #10
  • Bump go.opentelemetry.io/otel/trace from 1.8.0 to 1.10.0 by @dependabot in #14
  • Bump go.opentelemetry.io/otel from 1.10.0 to 1.11.0 by @dependabot in #16

Full Changelog: v0.0.6...v0.0.7

Release v0.0.6 otel upgrade

11 Jul 05:51
b825e58
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Bump go.opentelemetry.io/otel/trace from 1.7.0 to 1.8.0 by @dependabot in #8
  • Bump go.opentelemetry.io/otel from 1.7.0 to 1.8.0 by @dependabot in #9

New Contributors

Full Changelog: v0.0.5...v0.0.6

Add Examples to documentation

03 Jun 14:22
e3c1f67
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.0.4...v0.0.5

Update documentation for WithAttributes

03 Jun 11:42
aeae5ce
Compare
Choose a tag to compare
Pre-release

Full Changelog: v0.0.2...v0.0.4

Add WithAttributes

03 Jun 10:05
84923da
Compare
Choose a tag to compare
Add WithAttributes Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.2...v0.0.3