configuring-opentelemetry-dotnet

Pass

Audited by Gen Agent Trust Hub on Apr 22, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • Package Management: The skill utilizes the dotnet CLI to add standard OpenTelemetry libraries from the NuGet registry. This is an expected and necessary workflow for integrating observability into .NET projects.
  • Telemetry Configuration: It provides templates for configuring traces, metrics, and logs. This involves setting up OTLP exporters, which is a standard industry protocol for transmitting telemetry data to a collector or backend.
  • Data Sensitivity Consideration: The guide mentions the SetDbStatementForText option within the SQL instrumentation section. While useful for debugging, it is correctly presented as an optional configuration, as enabling it can record full SQL query text which might include sensitive information if not handled appropriately.
  • Context Propagation: The skill demonstrates manual context propagation for distributed systems (e.g., message queues). This is a common requirement for maintaining trace continuity across asynchronous service boundaries.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 22, 2026, 09:54 AM