-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi, I notice that we have an ongoing work on the phoenix_backend
. However, I have not much context on what's the original plan and what's the end goal like.
I have setup a super basic Phoenix + Ecto application integrated with opentelemetry_phoenix
and opentelemetry_ecto
here. It's based on what we have on basic_elixir
, so we have docker compose setup and user can run and play around with it locally with ease.
I'm thinking down the road, we could extend the example to configure otel-collector-config.yaml
to export the traces directly to service like honeycomb and Lightstep as well.
Do you think it would be good to include that into this repository as well? If yes, should we replace the existing phoenix_backend
example, or create a new folder?