2023-03-31 15:51:27 +00:00
|
|
|
# Changelog
|
|
|
|
|
2023-04-20 11:04:18 +00:00
|
|
|
## Unreleased
|
|
|
|
|
|
|
|
* Change span_name to follow [OpenTelemetry http spec](https://opentelemetry.io/docs/reference/specification/trace/semantic_conventions/http/#name)
|
|
|
|
* Use span_name if provided, otherwise use path_params. If there are no path_params,
|
|
|
|
default to http.method
|
|
|
|
* Change http.url to follow [OpenTelemetry http spec](https://opentelemetry.io/docs/reference/specification/trace/semantic_conventions/http/#http-client).
|
|
|
|
Full HTTP request URL in the form scheme://host[:port]/path?query[#fragment].
|
|
|
|
Must not contain credentials passed via URL.
|
|
|
|
|
2023-03-31 15:51:27 +00:00
|
|
|
## 0.1.2
|
|
|
|
|
|
|
|
### Fixes
|
|
|
|
|
|
|
|
* Fix ctx not being set back to parent upon completion
|
|
|
|
|
|
|
|
## 0.1.1
|
|
|
|
|
|
|
|
### Fixes
|
|
|
|
|
|
|
|
* Fix client span to be the ctx injected to headers
|
|
|
|
|
|
|
|
## 0.1.0
|
|
|
|
|
|
|
|
### Features
|
|
|
|
|
|
|
|
* Initial release
|
|
|
|
|