Dan Schultzer

Results 58 issues of Dan Schultzer

This PR consists of two commits, one that refactors the LiveView test to use something that's closer to how LiveView itself tests sockets, and a second that parses and adds...

opentelemetry_phoenix
elixir
instrumentation

Stacked on #448. Updates the dependencies being tested with, uses Phoenix formatter rules, and refactors the integration test with the following changes: 1. No need to set up two ports...

opentelemetry_phoenix
elixir
instrumentation

Resolves the current failing tests in main. There seems to be some race condition introduced. Instead of starting and stopping the telemetry app it's easier to just detach all listeners...

opentelemetry_phoenix
elixir
instrumentation

This adds helper macros to add process propagation to the LiveView async macros. It follows the same in-place replacement as `OpentelemetryProcessPropagator.Task` and `OpentelemetryOban`. I wonder if there should be `_with_span`...

opentelemetry_phoenix
elixir
instrumentation

Stacked on #435 which needs to get in first. Check the latest commit for the changes here. Oban triggers a lot of the ecto otel spans. I think we should...

elixir
instrumentation
opentelemetry_oban

This is WIP as it needs an upstream fix in Phoenix: https://github.com/phoenixframework/phoenix/pull/6019 This will add a route template to the attributes, and use that for the span name. We may...

opentelemetry_phoenix
elixir
instrumentation

Addresses the comment in https://github.com/pow-auth/pow/issues/583#issuecomment-2619932942

I would like to explore what a generic SAML 2.0 strategy for Assent would look like: https://wiki.oasis-open.org/security/FrontPage https://github.com/node-saml/passport-saml https://github.com/omniauth/omniauth-saml

help wanted