Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET instrumentation logs are stable #3232

Merged
merged 3 commits into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions content/en/docs/instrumentation/net/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ aliases: [/csharp, /csharp/metrics, /csharp/tracing]
weight: 12
---

{{% docs/instrumentation/index-intro dotnet %}}

\* While the OpenTelemetryLoggerProvider (i.e integration with [ILogger][]) is
stable, the [OTLP Log Exporter][] is still non-stable.

{{% /docs/instrumentation/index-intro %}}
{{% docs/instrumentation/index-intro dotnet /%}}

## Version Support

Expand All @@ -28,8 +23,3 @@ 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)

[ilogger]:
https://docs.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger
[otlp log exporter]:
https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/README.md#otlp-logs
2 changes: 1 addition & 1 deletion data/instrumentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dotnet:
status:
traces: stable
metrics: stable
logs: mixed*
logs: stable
erlang:
name: Erlang/Elixir
status:
Expand Down