Dan Schultzer

Results 58 issues of Dan Schultzer

This resolves an issue of assets being generated when watcher is running. In our use case we saw assets files being generated whenever we span up the app in local...

I would like to improve the mix tasks and make it much faster and simpler to set up up, and customize Pow. Ideally the general install mix task will prompt...

I've experienced issues with honeybadger not working in a IPv6 only network. This is due to a long running issue in hackney of how IP addresses are resolved: https://github.com/benoitc/hackney/issues/206 (in...

enhancement

Hey @mtrudel, We're looking to update `opentelemetry_bandit` to support for Bandit 1.4 breaking changes in https://github.com/open-telemetry/opentelemetry-erlang-contrib/pull/311 and measurements are missing from some `[:bandit, :request, :stop]` telemetry events. This happened for...

This adds telemetry events that can be used in OTel to attribute spans.

Stacked on #435 which needs to get in first. Check the latest commit for the changes here. Follows the guideslines set out in https://github.com/open-telemetry/semantic-conventions/blob/v1.27.0/docs/messaging/messaging-spans.md#destinations This does introduce a bunch of...

elixir
instrumentation
opentelemetry_oban

We have to override the `:semantic_conversions` dep because oban requires `~> 0.2` but most otel libraries here uses 1.27. Resolves #428

elixir
instrumentation
opentelemetry_oban

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.

elixir
instrumentation
opentelemetry_oban

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

Stacked on #431 which needs to get in first. Check the latest commit for the changes here. I don't see any convention for how span names should be handled for...

opentelemetry_phoenix
elixir
instrumentation