opentelemetry-erlang-contrib icon indicating copy to clipboard operation
opentelemetry-erlang-contrib copied to clipboard

OpenTelemetry instrumentation for Erlang & Elixir

Results 155 opentelemetry-erlang-contrib issues
Sort by recently updated
recently updated
newest added

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

elixir
instrumentation
opentelemetry_tesla

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"}...

elixir
instrumentation
opentelemetry_tesla

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

enhancement

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

enhancement
good first issue
help wanted
elixir

good first issue
help wanted
erlang

good first issue
help wanted
erlang

good first issue
help wanted
erlang

**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:...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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...

opentelemetry_phoenix
elixir
instrumentation
opentelemetry_ecto
opentelemetry_redix
skip-changelog
opentelemetry_dataloader

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