Releases: NdoleStudio/go-otelroundtripper
Releases · NdoleStudio/go-otelroundtripper
v0.0.11
v0.0.10
- Updated
go.opentelemetry.io/otel
tov1.27.0
- Updated
go.opentelemetry.io/otel/metric
tov1.27.0
v0.0.9
- Updated
go.opentelemetry.io/otel
tov1.19.0
- Updated
go.opentelemetry.io/otel/metric
tov1.19.0
v0.0.8
- Updated
go.opentelemetry.io/otel
tov1.16.0
- Updated
go.opentelemetry.io/otel/metric
tov0.39.0
Full Changelog: v0.0.7...v0.0.8
0.0.7
- Updated
go.opentelemetry.io/otel
tov1.14.0
- Updated
go.opentelemetry.io/otel/metric
tov0.37.0
Full Changelog: v0.0.6...v0.0.7
v0.0.6
Full Changelog: v0.0.5...v0.0.6
v0.0.5
- Fixed bug with the example_test.go file.
v0.0.4
Replaced nonrecording.NewNoopMeter()
with metric.NewNoopMeter()
v0.0.3
- Updated go.opentelemetry.io/otel v1.11.0
- Updated go.opentelemetry.io/otel/metric v0.32.3
v0.0.1
Initial Release
The following metrics will be emited:
*.no_reqeusts
http calls with nilhttp.Request
*.errors
http requests which had an error response i.eerr != nil
*.success
http requests which were successfull. Meaning there were no transport errors*.timeouts
http requests which timed out*.cancelled
http requests with cancelled context*.deadline_exceeded
http requests with context dateline exceeded*.total_duration
total time it takes to execute the http request in milliseconds*.in_flight
concurrent http requests*.attempts
http requests attempted*.failures
http requests with http status code >= 400*.redirects
http requests with 300 <= http status code < 400