helios
helios

Reputation: 2821

Does Datadog support runtime code instrumentation?

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

Answers (2)

Lucas
Lucas

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

Gooseman
Gooseman

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.

screenshot 20.11.2017

Upvotes: 1

Related Questions