# .NET

> <img width="35" class="img-initial otel-icon" src="/img/logos/32x32/dotnet.svg" alt=".NET"> A language-specific implementation of OpenTelemetry in .NET.

---

LLMS index: [llms.txt](/llms.txt)

---


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 {#status-and-releases}

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

| Rastros             | Métricas             | Logs              |
| ------------------- | -------------------- | ----------------- |
| [Stable](/docs/specs/otel/versioning-and-stability/#stable) | [Stable](/docs/specs/otel/versioning-and-stability/#stable) | [Stable](/docs/specs/otel/versioning-and-stability/#stable) |

Para lançamentos, incluindo a [última versão][latest release], consulte a página
de [Lançamentos][Releases]. 

[latest release]:
  <https://github.com/open-telemetry/opentelemetry-dotnet/releases/latest>
[Releases]:
  <https://github.com/open-telemetry/opentelemetry-dotnet/releases>
{{__hugo_ctx/}}


## Version support

OpenTelemetry for .NET supports all officially supported versions of
[.NET](https://dotnet.microsoft.com/download/dotnet) and
[.NET Framework](https://dotnet.microsoft.com/download/dotnet-framework) except
for .NET Framework 3.5 SP1.

## Signals

OpenTelemetry .NET supports the following signals:

- [Traces](/docs/languages/dotnet/traces): Learn how to collect distributed
  traces in your .NET applications.
- [Metrics](/docs/languages/dotnet/metrics): Learn how to collect metrics in
  your .NET applications.
- [Logs](/docs/languages/dotnet/logs): Learn how to collect logs in your .NET
  applications.

## Repositories

OpenTelemetry .NET consists of the following repositories:

- [OpenTelemetry .NET](https://github.com/open-telemetry/opentelemetry-dotnet)
- [OpenTelemetry .NET Contrib](https://github.com/open-telemetry/opentelemetry-dotnet-contrib)
- [OpenTelemetry .NET Automatic Instrumentation](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation)

---

Section pages:

- [Getting Started](/pt/docs/languages/dotnet/getting-started/): Get telemetry for your app in less than 5 minutes!
- [OpenTelemetry .NET traces](/pt/docs/languages/dotnet/traces/): Use OpenTelemetry .NET to collect and export trace telemetry data
- [OpenTelemetry .NET metrics](/pt/docs/languages/dotnet/metrics/): Use OpenTelemetry .NET to collect and export metric telemetry data
- [OpenTelemetry .NET logs](/pt/docs/languages/dotnet/logs/): Use OpenTelemetry .NET to collect and export log telemetry data
- [Instrumentation](/pt/docs/languages/dotnet/instrumentation/): Instrumentation for OpenTelemetry .NET
- [Using instrumentation libraries](/pt/docs/languages/dotnet/libraries/)
- [Resources in OpenTelemetry .NET](/pt/docs/languages/dotnet/resources/): Learn about resources and how to use them in OpenTelemetry .NET
- [Exporters](/pt/docs/languages/dotnet/exporters/)
- [.NET Framework instrumentation configuration](/pt/docs/languages/dotnet/netframework/)
- [Troubleshooting](/pt/docs/languages/dotnet/troubleshooting/): Learn how to troubleshoot OpenTelemetry .NET
- [OpenTelemetry Tracing Shim](/pt/docs/languages/dotnet/shim/)
- [Tracing API reference](/pt/docs/languages/dotnet/traces-api/)
- [Metrics API reference](/pt/docs/languages/dotnet/metrics-api/)
- [Examples](/pt/docs/languages/dotnet/examples/)
- [Registry](/pt/docs/languages/dotnet/registry/): Instrumentation libraries, exporters and other useful components for OpenTelemetry .NET
