open-telemetry / opentelemetry-erlang-contrib

OpenTelemetry instrumentation for Erlang & Elixir
https://opentelemetry.io
Apache License 2.0
164 stars 115 forks source link

OpentelemetryReq: log when path_params not set and continue #351

Closed derekkraan closed 1 month ago

derekkraan commented 4 months ago

Continuing from a discussion I had on Slack with @bryannaegele.

This pertains to the behaviour present in the OpentelemetryReq library, where the request can be halted under the following circumstances:

The main issue from my point of view is that the instrumentation is changing application behaviour by halting the request here.

Describe the solution you'd like

Describe alternatives you've considered None

Additional context None