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

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [opentelemetry_semantic_conventions](https://hex.pm/packages/opentelemetry_semantic_conventions) ([source](https://redirect.github.com/open-telemetry/opentelemetry-erlang)) | prod | major | `~> 0.2` -> `~> 1.0` |...

elixir
instrumentation
opentelemetry_oban
opentelemetry_tesla
opentelemetry_httpoison

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [oban](https://hex.pm/packages/oban) ([source](https://redirect.github.com/oban-bg/oban)) | prod | minor | `2.17.4` -> `2.19.4` | --- ###...

elixir
instrumentation
opentelemetry_oban
chore
skip-changelog

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [opentelemetry_telemetry](https://hex.pm/packages/opentelemetry_telemetry) ([source](https://redirect.github.com/open-telemetry/opentelemetry-erlang-contrib/tree/HEAD/utilities/opentelemetry_telemetry)) | prod | patch | `1.1.1` -> `1.1.2` | --- ###...

elixir
instrumentation
opentelemetry_oban
opentelemetry_tesla
chore
skip-changelog

elixir
instrumentation
scope-ci
opentelemetry_oban

Co-authored-by: Lee Eggebroteni Co-authored-by: Dave Lucia Co-authored-by: Santiago Cabrera

elixir
instrumentation
opentelemetry_commanded

**Describe the bug** The adapter option is documented as: ```markdown - `:adapter` (:atom) - Required. The phoenix server adapter being used. The default value is `:cowboy2`. ``` This is incorrect....

bug

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.17.19 to 0.25.0. Release notes Sourced from esbuild's releases. v0.25.0 This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either...

examples
minor
dependencies

It appears that WebSockets are reported as having a `nil` conn.status to the telemetry handler. Due to the conditional in the telemetry handler `nil` statuses are interpreted as errors (when...

elixir
instrumentation
opentelemetry_bandit

**Describe the bug** I have this on my `mix.exs` ```elixir {:opentelemetry, "~> 1.3"}, {:opentelemetry_api, "~> 1.2"}, {:opentelemetry_bandit, "~> 0.2"}, {:opentelemetry_ecto, "~> 1.2"}, {:opentelemetry_exporter, "~> 1.6"}, {:opentelemetry_oban, "~> 1.1"} ``` Then...

bug

We've implemented custom credo check to ensure that Task (and LiveView async in #439) process propagation wappers are used. This prevents engineers from deploying code that doesn't propagate context. The...

enhancement