Romario López 19a44fbd68
Improve Req with OTel http spec (#163)
* Improve span_name

Use span_name if provided. Fallback to url.path if there is no
path_params.

* Add unreleased changelog

* Update examples and module description

* Change span_name and http.url to follow OTEL spec

* Remove unused function

* Improve changelog

* Fix reading span_name from request.options

* Don't use URI.path

* address changelog
2023-04-20 05:04:18 -06:00
..
2023-03-31 09:51:27 -06:00
2023-03-31 09:51:27 -06:00
2023-03-31 09:51:27 -06:00
2023-03-31 09:51:27 -06:00
2023-03-31 09:51:27 -06:00
2023-03-31 09:51:27 -06:00
2023-03-31 09:51:27 -06:00

OpentelemetryReq

EEF Observability WG project Hex.pm

Req plugin for OpenTelemetry instrumentation and propagation.

See Docs for usage instructions.

Installation

def deps do
  [
    {:opentelemetry_req, "~> 0.1.0"}
  ]
end