Bryan Naegele

Results 15 issues of Bryan Naegele

Modifying the return values from `undefined` to an empty map to match the behavior of `otel_ctx` when a context is not found. I've also added a convenience function `get_ctx` which...

elixir
erlang
propagators
opentelemetry_process_propagator

Starting a drop-in for Elixir Task module. This will allow users to just add an alias at the top of their file and progressively transition any tasks they want to...

elixir
propagators
opentelemetry_process_propagator

Before moving the existing projects into this repo we need to settle on a couple of items. ### Outstanding Questions **Directory Structure** There are a couple of patterns being used...

One of the biggest sticking points to adopting Metrics I have heard over time is understanding how it correlates to telemetry events when presented with the shorthand definition. Potential users...

discussion

I'm currently logging a debug "skipping event due to missing measurement" which is helpful for identifying an issue but is sometimes an unavoidable thing, such as `:idle` being `nil` in...

discussion

This issue is to discuss event log growth currently being unbounded. In order prevent OOM errors, the event log must be rolled up with some regularity. etcd's approach to this...

Document the patterns for running multiple instances, such as in an umbrella app. Include the child spec as demonstrated in the test suite and a sample prometheus scrape configuration.

With Bandit now having full support for being a drop-in cowboy replacement for Phoenix, we'll need an instrumentation library for Thousand Island from [its telemetry](https://hexdocs.pm/thousand_island/ThousandIsland.html#module-logging-telemetry).

enhancement

The Semantic Conventions spec introduced a significant breaking change (opinion) to the HTTP Tracing spec's span name conventions in v1.18, along with a number of other breaking changes in v1.20....

instrumentation

The pinning of this dependency prevents updating the otel dataloader instrumentation library. https://github.com/open-telemetry/opentelemetry-erlang-contrib/pull/284