Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com> |
||
---|---|---|
.. | ||
experimental-apis | ||
README.md |
README.md
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 andinternal
in stable builds.
For defined diagnostics see: OpenTelemetry .NET Experimental APIs