Opentelemetry Net Instrumentation · Aaronontheweb/dotnet-skills

Add OpenTelemetry tracing, metrics, and logs to .NET code

Guides adding OpenTelemetry instrumentation to .NET codebases — Activities/Spans for tracing, Meters for metrics, and ILogger for logs — plus SDK setup, naming conventions, context propagation, and performance considerations. Useful when instrumenting a .NET service or reviewing existing telemetry code.

Good for

  • Add ActivitySource tracing to a .NET service
  • Set up OpenTelemetry SDK, exporters, and resources
  • Review existing telemetry code for spec compliance
Category
General

Open-source skills are maintained by their authors and listed as published, with attribution. Results depend on how well the skill fits your task and material.

A good place to start

Add OpenTelemetry tracing and metrics to this ASP.NET Core API using the built-in .NET Activity and Meter APIs.

Make your next great thing.

Bring a question, a file, or an idea that’s not quite there yet.