opentelemetry-erlang-contrib
                                
                                 opentelemetry-erlang-contrib copied to clipboard
                                
                                    opentelemetry-erlang-contrib copied to clipboard
                            
                            
                            
                        OpenTelemetry instrumentation for Erlang & Elixir
While we always want spans being produced, trace progation is not desirable in all cases - namely, when calling external parties, as that may leak sensitive information, like one present...
This PR adds a new middleware option so that it's possible to override the span name. eg: ```elixir def client(url) do middleware = [ {Tesla.Middleware.BaseUrl, url}, {Tesla.Middleware.OpenTelemetry, span_name: "POST :outgoing-webhooks"}...
Because the Cowboy telemetry handlers execute in a different process than the user's code they must use `fetch_parent_ctx` from [opentelemetry_process_propagator](https://github.com/open-telemetry/opentelemetry-erlang-contrib/tree/main/propagators/opentelemetry_process_propagator) to get what should be the active context of the...
A mix task that adds dependencies like `opentelemetry_phoenix` to a project's `mix.exs` file if it see's that `phoenix` is a dependency. Opening both for discussion and in hopes someone would...
**Describe the bug** Create new mix project. Add `{opentelemetry_cowboy, "~> 0.2"}` to deps. Do ``` $ mix test ** (Mix) Could not start application telemetry_registry: could not find application file:...
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [opentelemetry_process_propagator](https://hex.pm/packages/opentelemetry_process_propagator) | minor | `~> 0.2` -> `~> 0.3` | --- ### Configuration...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/open-telemetry/opentelemetry-erlang-contrib). ## Rate-Limited These updates are currently rate-limited....