microsoft / azure-container-apps

Roadmap and issues for Azure Container Apps
MIT License
362 stars 29 forks source link

Feature Request: Azure Container Apps Add-ons Zipkin #1008

Open alexander-kastil opened 9 months ago

alexander-kastil commented 9 months ago

Is your feature request related to a problem? Please describe.
In this years Ignite you introduced Add-ons like Kafka, PostgreSQL and others ... It would be great if you could include Zipkin in this list of easy to provision Add-Ons as this would make deployment of Dapr based apps easier

Describe the solution you'd like.
In this years Ignite you introduced Add-ons like Kafka, PostgreSQL and others ... It would be great if you could include Zipkin in this list of easy to provision Add-Ons as this would make deployment of Dapr based apps easier

Describe alternatives you've considered.
Install Zipkin using a helm chart or using the official image

Additional context.
Add any other context or screenshots about the feature request here.

simonjj commented 9 months ago

Thank you @arambazamba for raising this feature request. We will look into this. If others are interested please continue to upvote this issue.

tombrewer-onwave commented 5 months ago

I've got co-pilot telling me to use Zipkin to collect my open telemetry app traces along with Dapr's own traces, which is fine locally I can deploy a zipkin image and point at it in a docker-compose. But it would be really helpful if I could just enable this as described, as a service on container apps so after configuration I can seamlessly publish in there and have my telemetry combined with Dapr's and sent to Insights or wherever.