opentelemetry-erlang-contrib
opentelemetry-erlang-contrib copied to clipboard
OpenTelemetry instrumentation for Erlang & Elixir
**Is your feature request related to a problem? Please describe.** Something I'm interesting in keeping track of is how much time a job has spent waiting in the queue since...
Add - attempted_at - queue - workflow_id (oban pro) to the span attributes
As discussed on #508, `Oban.JobHandler` seems not to be setting the right span, ignoring the parent, causing a break in the traces for a flow. This fix allows the parent...
Refactoring the oban test setup to conform with how we test ecto in general. I had trouble getting it to work out of the box in local.
Conform attributes and span name to v1.27 semantics for OpentelemetryFinch. Follows the guidelines set out in https://github.com/open-telemetry/semantic-conventions/blob/v1.27.0/docs/http/http-spans.md. ## Changed ### Span name - Change default span name `HTTP {method}` ->...
Conform attributes and span name to v1.27 semantics for OpentelemetryTesla. Follows the guidelines set out in https://github.com/open-telemetry/semantic-conventions/blob/v1.27.0/docs/http/http-spans.md. ## Changed ### Span name - Span name `{custom}` changed to `{method} {custom}`...
**Describe the bug** I have a piece of code where I have an OpenTelemetry Trace Span already in context, and I set them in the field `meta` to the following...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fossas/fossa-action](https://redirect.github.com/fossas/fossa-action) | action | minor | `v1.5.0` -> `v1.7.0` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ex_doc](https://hex.pm/packages/ex_doc) ([source](https://redirect.github.com/elixir-lang/ex_doc)) | dev | minor | `~> 0.37` -> `~> 0.38` |...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | postgres | service | minor | `17.4` -> `17.5` | | postgres |...