Josh Lee
Josh Lee
It would be great to be able add services simply by adding objects to the components map in custom values. In order to maintain the case-checking on existing components, we...
Some other languages' OpenTelemetry HTTP instrumentation libraries provide convenient options for filtering and modifying the spans created by the instrumentation libraries. It would be great to provide these options in...
# Feature Request Since the feature flag service was replaced with flagd, we need to provide an example erlang or elixir service, ideally one that is an optional sub component...
The Bitnami charts are currently broken upstream, requiring two small changes in order to work correctly: 1. The environment variable "WEB_DOMAIN" should actually be "LOCAL_DOMAIN" (see https://github.com/bitnami/charts/pull/14694) 2. With TLS...
Currently the Phoenix auto-instrumentation library handles HTTP connections and LiveView sockets. As part of my work for https://github.com/open-telemetry/opentelemetry-demo/issues/1511 I used the phoenix auto-instrumentation with a Phoenix Channels-based chat app, and...
# Changes Fix #1511. Creates an elixir-based chat service (Draft) ## TODO * [x] Update frontend to join channels based on the username * [ ] Create an "Admin" frontend...