.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、およびツール群で構成されています。 このドキュメントは、OpenTelemetry .NETの使い方を理解し、利用を開始するための手助けとなるように作られています。

ステータスとリリース

OpenTelemetry .NETの主要な機能コンポーネントの現在のステータスは以下の通りです。

トレースメトリクスログ
StableStableStable

最新のリリースを含むリリース情報については、リリースをご覧ください。

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