cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to integrate Dynatrace with Dapr

Mohamed_Mohsen
Newcomer

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.

2 REPLIES 2

ToddBuckwalter
Participant

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.

mark_bley
Dynatrace Pro
Dynatrace Pro

Hi @Mohamed_Mohsen,

 

you can setup an OTel collector within Dapr and send the spans directly to Dynatrace

 

Hope this helps.

Best,

Mark

Featured Posts