Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1016 Bytes

File metadata and controls

24 lines (18 loc) · 1016 Bytes

OpenTelemetry Diagnostics

This document describes the diagnostic categories used in OpenTelemetry .NET components. Diagnostics are used by the compiler to report information to users about experimental and/or obsolete code being invoked or to suggest improvements to specific code patterns identified through static analysis.

Experimental APIs

Range: OTEL1000 - OTEL1999

Experimental APIs exposed in OpenTelemetry .NET pre-relase builds. APIs are exposed experimentally when either the OpenTelemetry Specification has explicitly marked some feature as experimental or when the SIG members are still working through the design for a feature and want to solicit feedback from the community.

Note

Experimental APIs are exposed as public in pre-release builds and internal in stable builds.

For defined diagnostics see: OpenTelemetry .NET Experimental APIs