-
Notifications
You must be signed in to change notification settings - Fork 778
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved ILoggingBuilder.UseOpenTelemetry back to experimental and remov…
…ed obsoletions.
- Loading branch information
1 parent
95ba778
commit 0693b10
Showing
9 changed files
with
54 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,18 @@ | |
|
||
This is an Experimental API diagnostic covering the following APIs: | ||
|
||
* `ILoggingBuilder.UseOpenTelemetry` | ||
|
||
Experimental APIs may be changed or removed in the future. | ||
|
||
The following portions of `OTEL1000` were released stable in `1.9.0` and are no | ||
longer considered experimental: | ||
|
||
* `LoggerProviderBuilder` | ||
* `LoggerProvider` | ||
* `IDeferredLoggerProviderBuilder` | ||
* `ILoggingBuilder.UseOpenTelemetry` | ||
* `OpenTelemetryBuilder.WithLogging` | ||
|
||
Experimental APIs may be changed or removed in the future. | ||
|
||
## Details | ||
|
||
The OpenTelemetry Specification defines a `LoggerProvider` as part of its | ||
|
@@ -36,6 +40,7 @@ exposing the same dependency injection surface we have for traces and metrics. | |
We are exposing these APIs to solve these issues and gather feedback about their | ||
usefulness. | ||
|
||
|
||
Check failure on line 43 in docs/diagnostics/experimental-apis/OTEL1000.md GitHub Actions / lint-md / run-markdownlintMultiple consecutive blank lines
|
||
## Logs Bridge API | ||
|
||
The OpenTelemetry Specification defines a Logs Bridge API which is rooted off of | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters