Skip to main content
Source: AL0012DeprecatedAttributeAnalyzer.cs

Description

This attribute name has been deprecated in the OpenTelemetry semantic conventions.

Bad Code

activity.SetTag("http.method", "GET");

Good Code

activity.SetTag("http.request.method", "GET");

Properties

  • Category: OpenTelemetry
  • Severity: Warning
  • Enabled by default: True
  • Code fix available: True

Configuration

dotnet_diagnostic.AL0012.severity = warning