Releases: eopb/tide-tracing
Releases · eopb/tide-tracing
v0.1.1
v0.1.0
Features
-
feat!: record unique
request_id
for every request (#17)This feature can be disabled with feature flags.
Thank you @PortableNavi for this feature
v0.0.13
0.0.12
Thank you @WindSoilder for the change in this release.
0.0.11
Thanks again to @joshtriplett for the changes in this release.
tide-tracing
now uses opentelemetry conventional trace field names.
before | after |
---|---|
status | http.status_code |
duration | http.duration |
method | http.method |
path | http.target |
0.0.10
Huge thanks to @joshtriplett for the changes in this release.
Output is now shorter and should be simpler to reason about by hand and with tracing tools.