opentelemetry-erlang-contrib
opentelemetry-erlang-contrib copied to clipboard
OpenTelemetry instrumentation for Erlang & Elixir
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` |...
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` | --- ###...
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` | --- ###...
Co-authored-by: Lee Eggebroteni Co-authored-by: Dave Lucia Co-authored-by: Santiago Cabrera
**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....
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...
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...
**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...
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...