.NET

.NET A language-specific implementation of OpenTelemetry in .NET.

You are viewing the English version of this page because it has not yet been fully translated. Interested in helping out? See Contributing.

这是 OpenTelemetry .NET 的文档。 OpenTelemetry 是一个可观测性框架,这个框架提供了 API、SDK 以及一系列工具,用于辅助生成以及收集应用程序的遥感数据,比如指标(metrics)、日志(logs) 和链路追踪(trace),通过本文档,你会了解如何开始使用 OpenTelemetry .NET。

状态以及版本发布

OpenTelemetry .NET 的当前主要功能组件状态如下:

链路追踪(Traces)指标(Metrics)日志(Logs)
StableStableStable

我们可以在 Releases 中找到所有已发布的版本,包括 latest release

Version Support

OpenTelemetry for .NET supports all officially supported versions of .NET and .NET Framework except for .NET Framework 3.5 SP1.

Repositories

OpenTelemetry .NET consists of the following repositories:


Getting Started

Get telemetry for your app in less than 5 minutes!

Instrumentation

Instrumentation for OpenTelemetry .NET

Using instrumentation libraries

Exporters

Resources

.NET Framework instrumentation configuration

OpenTelemetry Tracing Shim

Tracing API reference

Metrics API reference

Examples

Registry

Instrumentation libraries, exporters and other useful components for OpenTelemetry .NET