Zipkin Azure container apps

SriRaghavendran Prabhakaran 300 Reputation points
2024-03-11T10:18:09.9166667+00:00

Hello,

I deployed the Zipkin app with Zipkin image from Docker.io and I can able to send the trace from my .NET application with the help of OpenTelemetry package. Here I need all the existing apps configured with DAPR in Azure container environment to share traces with Zipkin app that I created. Do we have the option for that instead of having below code changes to available application.

User's image

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
327 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Mike Urnun 9,781 Reputation points Microsoft Employee
    2024-03-25T21:48:01.4966667+00:00

    Hi SriRaghavendran Prabhakaran - Thanks for confirming in the comments. The per-app setups are instrumentation for Zipkin, and if you want to see traces across all distributed services holistically, the Dependencies diagram in the Zipkin dashboard should display such views. I recommend going through the following video that shows setting up Zipkin via DAPR for .NET apps: Building reliable and portable microservices with Dapr and .NET

    0 comments No comments