Reputation: 2821
I am looking at some alternatives for APM and I like the extensive list of Datadog integration points. However, it seems that I would have to make code changes to explicitly send stats to Datadog. Doesn't Datadog support runtime instrumentation? My tech stack is MS .NET/C# and SQL Server backend.
Thanks!
Upvotes: 2
Views: 370
Reputation: 17434
(Disclosure: I'm a software developer at Datadog.)
Datadog's open-source .NET Tracer is currently (2019-02-11) in open beta. It supports manual and automatic instrumentation and OpenTracing.
For a list of currently supported languages/frameworks, see the updated documentation.
Happy tracing!
Upvotes: 0
Reputation: 2231
I am on the same boat. I found this link: datadog instrumentation. So, currently (20.11.2017) there are not agents for C#. Only Go, python and ruby are available.
Upvotes: 1