You're a developer who recently released a .NET weather forecast application to the world, and people can't stop talking about it! Surprised by the spike in popularity, you decided you should start collecting metrics and traces from your application so you can analyze them in New Relic.
You first thought about using our .NET agent, but before going through the efforts of setting that up, you heard about the "future of instrumentation", called OpenTelemetry, and you decided to reconsider.
OpenTelemetry is a standard for how to collect and send telemetry data to any backend observability platform. It's open source, flexible, and ubiquitous. Convinced that OpenTelemetry is indeed the future, you set off to use it in your application.
Objectives
- Automatically instrument a .NET application with OpenTelemetry
- Analyze the telemetry data in New Relic
Requirements
- A free New Relic account
- The .NET SDK