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

When trying to find a parent context via inspecting another process's dictionary, prior to OTP 26.2, there wasn't a way to fetch only a single key. This means that the...

erlang
propagators
opentelemetry_process_propagator

## Context Ecto allows to pass `:telemetry_options` as a shared options https://github.com/elixir-ecto/ecto/blob/cba494787b8e98aa0038f6c35e2f44d3661f2620/lib/ecto/repo.ex#L93-L94 I use that to set the `db.operation` OTEL value.

elixir
instrumentation
opentelemetry_ecto

This gets Bandit instrumentation in line with Otel HTTP instrumentation specification, Semantic Conventions 1.26, and Bandit's request lifecycle as improved with Bandit 1.4. In addition, Phoenix instrumentation will now be...

elixir
instrumentation
scope-ci
minor
opentelemetry_bandit

SemConv 1.26 compatibility. This also introduces the equivalent of Go's public endpoint functionality to let users decide when a request should be processed as internal or external. This introduces a...

instrumentation
opentelemetry_cowboy
erlang
major

This PR moves the code for `opentelemetry_absinthe` under the `instrumentation` folder

elixir
instrumentation
scope-ci

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | postgres | minor | `16.3` -> `16.4` | --- ### Configuration 📅 **Schedule**:...

instrumentation
opentelemetry_ecto
opentelemetry_oban
opentelemetry_dataloader

We'd like to rename the unused `opentelemetry_instrumentation_http` library to `otel_http` as we think that namespace has no chance of collision in the API and the utility nature wouldn't pose an...

scope-ci
erlang
utilities
otel_http
opentelemetry_instrumentation_http

Update finch to be compliant with SemConv 1.26

Update tesla to be compliant with SemConv 1.26

Update ecto to be compliant with SemConv 1.26