quarkusio / quarkus-super-heroes

Quarkus sample application - Super Heroes
Apache License 2.0
274 stars 158 forks source link

Add OpenTelemetry in Azure ContainerApps #139

Open agoncal opened 1 year ago

agoncal commented 1 year ago

ATM OpenTelemetry is still not supported in ACA.

Depechie commented 1 year ago

For reference: https://www.honeycomb.io/blog/opentelemetry-collector-azure-container-apps this should work.

edeandrea commented 1 year ago

That seems like a lot of extra work just to inject some configuration into a container.

  1. It forces you to use Azure storage
  2. It forces you to use/manage yaml configs of your container apps

On Kubernetes, I could just store the otel config yaml in a ConfigMap and then mount it to the container. Why does that have to be so complicated on container apps?