Mikel Blanchard
Mikel Blanchard
Today we use the shared [TagTransformer](https://github.com/open-telemetry/opentelemetry-dotnet/blob/21aeaa70c06093134b6747779458d2ebd5bdb453/src/Shared/TagTransformer.cs) in OtlpExporter, ZipkinExporter, & ConsoleExporter. There are some issues with its design: * It has to return things. In the case of OtlpExporter, it...
This is a tracking issue for supporting https://github.com/dotnet/runtime/issues/63650 once it is available in .NET 9.
We have an experimental api now for setting cardinality limit via the view api (see: #5312 & #5328). This issue is for tracking making this a stable feature.
`LoggerProvider` & `LoggerProviderBuilder` were added as part of the effort to implement the [Log Bridge API](https://github.com/open-telemetry/opentelemetry-dotnet/issues/4433). Later things were split into two different diagnostics: * [LoggerProvider - OTEL1000](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/docs/diagnostics/experimental-apis/OTEL1000.md) * [Log...
For the experimental feature see: #2360 This issue is for tracking making this a stable feature.
Follow-up to #5476 Relates to #5475 ## Changes * Switch from `TagTransformer` to `TagWriter` design in OtlpExporter project ## Details See #5475 for information on why this is being done....
Greetings! This issue has been raised in a project I work on: https://github.com/open-telemetry/opentelemetry-dotnet/issues/5537 Seems there is a behavior difference between how Unity handles the `IServiceProvider.GetServices` extension vs how Microsoft.Extensions.DependencyInjection does...
## Changes * Adds a new workflow `prepare-release.yml` which automates/streamlines the following tasks in the release process: * Automatically open a PR to update CHANGELOGs and public api files (stable...
Relates to #2527 ## Changes * Exposes the Exemplar APIs previously covered by `OTEL1002` as part of the stable API ## Merge requirement checklist * [X] [CONTRIBUTING](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/CONTRIBUTING.md) guidelines followed (license...
Follow-up to #5476 Relates to #5475 ## Changes * Removes `TagTransformer` as everything is now using `TagWriter` * Converts JsonStringArray tests to use `TagWriter` and fix bugs that manifested *...