.NET

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

Você está visualizando a versão em versão em inglês desta página porque ela ainda não foi traduzida. Possui interesse em ajudar? Veja como contribuir.

Esta é a documentação do OpenTelemetry para a linguagem .NET. O OpenTelemetry é um framework de observabilidade – API, SDKs, e ferramentas que são desenvolvidas para auxiliar na geração e coleta de dados de telemetria de aplicações, como métricas, logs e rastros. Esta documentação foi criada para te auxiliar a entender como começar a utilizar o OpenTelemetry em .NET.

Estado e Lançamentos

O estado atual dos principais componentes funcionais do OpenTelemetry para .NET é o seguinte:

RastrosMétricasLogs
StableStableStable

Para lançamentos, incluindo a última versão, consulte a página de Lançamentos.

Version support

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

Signals

OpenTelemetry .NET supports the following signals:

  • Traces: Learn how to collect distributed traces in your .NET applications.
  • Metrics: Learn how to collect metrics in your .NET applications.
  • Logs: Learn how to collect logs in your .NET applications.

Repositories

OpenTelemetry .NET consists of the following repositories:


Getting Started

Get telemetry for your app in less than 5 minutes!

OpenTelemetry .NET traces

Use OpenTelemetry .NET to collect and export trace telemetry data

OpenTelemetry .NET metrics

Use OpenTelemetry .NET to collect and export metric telemetry data

OpenTelemetry .NET logs

Use OpenTelemetry .NET to collect and export log telemetry data

Instrumentation

Instrumentation for OpenTelemetry .NET

Using instrumentation libraries

Resources in OpenTelemetry .NET

Learn about resources and how to use them in OpenTelemetry .NET

Exporters

.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