configuring-opentelemetry-dotnet
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- Standard Dependency Management: The skill utilizes official NuGet packages from the OpenTelemetry project for instrumentation and exporting, which are recognized and trusted libraries for observability in the .NET ecosystem.\n- Secure Configuration Patterns: The instructions favor industry-standard practices, such as using environment variables for OTLP exporter endpoints, which avoids hardcoding sensitive infrastructure details within the application code.\n- Recommended Instrumentation Practices: The provided C# examples for custom spans and metrics follow Microsoft's and OpenTelemetry's recommended patterns for lifecycle management, ensuring telemetry is collected reliably without introducing unexpected behaviors.
Audit Metadata