22 Mar 2022
01:47 PM
- last edited on
23 Mar 2022
01:33 AM
by
MaciejNeumann
I'm a new Dynatrace user and I'm trying to build a Microservices App using Dapr,
But, I don't know how to integrate Dynatrace with Dapr
All the info I know till this moment that I can connect Dapr to user Zipkin throw the configuration as shown below.
spec:
tracing:
samplingRate: "1"
zipkin:
endpointAddress: "http://localhost:9411/api/v2/spans"
My question is what is the Dynatrace endpointAddressor how to integrate Dapr with Dynatrace instead of Zipkin.
Solved! Go to Solution.
Great question. Just today, my team is also wondering whether Dynatrace supports DAPR and, if so, how to enable its instrumentation.
10 years in Ops/Observability; and no still more to learn everyday.
Hi @Mohamed_Mohsen,
you can setup an OTel collector within Dapr and send the spans directly to Dynatrace
Hope this helps.
Best,
Mark