open_telemetry_decorator icon indicating copy to clipboard operation
open_telemetry_decorator copied to clipboard

A function decorator for OpenTelemetry traces.

Results 14 open_telemetry_decorator issues
Sort by recently updated
recently updated
newest added

This does 2 things: 1. There's a race condition in the async tests where the test pid is being overwritten on each setup block. (OtelHelper.otel_pid_reporter is constantly reconfiguring telemetry). Turning...

Hi, here where where I work we caught ourselves repeating the same metadata when tracing some arguments. For example: ```elixir @trace with_span("work.do", include: [[:user, :id], [:user, :country]]) ``` We found...

Added ability to recursively expand maps if specified instead of needing to specify exact keys. This behavior is configured to be off by default, but can be turned on via...

It would be nice to have option to always add the `PID` as an attribute When correlating inter-process spans, it would be very helpful to always have PID as an...