opentelemetry-erlang-contrib/instrumentation/opentelemetry_req/CHANGELOG.md

30 lines
763 B
Markdown
Raw Normal View History

# Changelog
## 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.
## 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