Releases: vincentfree/opentelemetry
Releases · vincentfree/opentelemetry
Capture responses and add them to spans
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
- Bump github.com/vincentfree/opentelemetry/otelslog from 0.0.2 to 0.0.3 by @dependabot in #49
- Add example convert func by @vincentfree in #51
- Bump github.com/rs/zerolog from 1.30.0 to 1.31.0 by @dependabot in #53
- Bump go.opentelemetry.io/otel from 1.16.0 to 1.22.0 by @dependabot in #57
- Bump go.opentelemetry.io/otel from 1.22.0 to 1.24.0 by @dependabot in #61
- Bump go.opentelemetry.io/otel from 1.24.0 to 1.25.0 by @dependabot in #62
- Bump go.opentelemetry.io/otel from 1.25.0 to 1.26.0 by @dependabot in #63
- Bump github.com/rs/zerolog from 1.31.0 to 1.33.0 by @dependabot in #65
- Bump go.opentelemetry.io/otel from 1.26.0 to 1.28.0 by @dependabot in #67
- Change default span kind to 'server' instead of 'client' by @vincentfree in #68
- Feature/add devcontainer by @vincentfree in #69
- Feature/update middleware version by @vincentfree in #70
- Feature/add zerolog otel bridge by @vincentfree in #71
- add a custom ResponseWriter to capture the statuscode of a response in otlpmiddleware by @vincentfree in #74
Full Changelog: otelmiddleware/v0.0.11...otelmiddleware/v0.1.0
otelslog/v0.0.3
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
otelslog/v0.0.1
v.0.0.8
What's Changed
- Bump go.opentelemetry.io/otel/trace from 1.11.0 to 1.11.1 by @dependabot in #19
- Bump go.opentelemetry.io/otel from 1.11.1 to 1.13.0 by @dependabot in #25
- Bump go.opentelemetry.io/otel/trace from 1.11.1 to 1.13.0 by @dependabot in #24
- Bump go.opentelemetry.io/otel from 1.13.0 to 1.14.0 by @dependabot in #27
- Bump go.opentelemetry.io/otel/trace from 1.13.0 to 1.14.0 by @dependabot in #26
- Bump go.opentelemetry.io/otel/trace from 1.14.0 to 1.15.0 by @dependabot in #28
- Bump go.opentelemetry.io/otel from 1.14.0 to 1.15.0 by @dependabot in #29
- Bump go.opentelemetry.io/otel/trace from 1.15.0 to 1.15.1 by @dependabot in #31
- Bump go.opentelemetry.io/otel from 1.15.0 to 1.15.1 by @dependabot in #30
- Bump go.opentelemetry.io/otel/trace from 1.15.1 to 1.16.0 by @dependabot in #32
- Bump go.opentelemetry.io/otel from 1.15.1 to 1.16.0 by @dependabot in #33
- Update README.md by @vincentfree in #34
- update references by @vincentfree in #35
- Update references by @vincentfree in #36
- Update references by @vincentfree in #37
Full Changelog: v0.0.7...v0.0.8
Release version v0.0.7
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
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
- @dependabot made their first contribution in #8
Full Changelog: v0.0.5...v0.0.6
Add Examples to documentation
Update documentation for WithAttributes
Full Changelog: v0.0.2...v0.0.4
Add WithAttributes
What's Changed
- update gopkg.in/yaml.v3 package by @vincentfree in #4
- add WithAttributes which lets the user add extra attributes by @vincentfree in #5
- Update the documentation for the library by @vincentfree in #6
Full Changelog: v0.0.2...v0.0.3