...

/

Implementing Non-Intrusive Telemetry Capture

Implementing Non-Intrusive Telemetry Capture

Explore the implementation of non-intrusive telemetry capture in .NET.

We'll cover the following...

Many years ago, many did not consider implementing baseline telemetry without the overhead of adding custom code. With the advent of platforms such as New Relic, Dynatrace, Datadog, and Application Insights, simply adding a library reference to our project and configuring connection information can enable a good amount of service and component-level telemetry without further configuration. Even with a small amount of configuration and coding, these platforms can capture and expose metrics, logs, and traces.

Custom telemetry options

Options exist beyond those platforms to ...