Mikel Blanchard
Mikel Blanchard
`LoggerProvider` work is done. Promoting it to public is covered by #5442. `Logger` work is done. Promoting it to public is covered by #4433. Nothing was done for... ``` LogProcessor...
Update for everyone. This is not available yet. Sorry! We're waiting on the OpenTelemetry Specification to declare log API/SDK specs stable before we do anything. Hoping that will be soon...
Update... * For help configuring `GenevaExporterOptions` using services retrieved through the DI container see: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/main/src/OpenTelemetry.Exporter.Geneva/README.md#logging * For the question about injecting a processor using DI... A [new API](https://github.com/open-telemetry/opentelemetry-dotnet/pull/4916) was released...
Agree the priority is to get it into the main source. I think second priority is actually the examples, so that we provide best-practice stuff to our future friends. Third...
My thoughts... Turn off (set to None via ruleset): * CA1303 (localization): We can always turn on if we want to support multiple languages? * CA1031 (general exception catch): I...
@eddynaka I'm not 100% certain, but I feel like there would actually be slightly less overhead if we specified the format/culture to use. Because if we don't specify it, the...
I'm going to close this because we have the feature work done. I opened #5443 for future work to make it stable.
@g7ed6e > edit: @CodeBlanch is there a way to share services between `MeterProviderBuilder` and `TracerProviderBuilder` ? The short answer is: No The long answer is: Depends For users doing... ```csharp...
@g7ed6e I pushed some changes to try and get this over the finish line 😄 * Missing `MinVerTagPrefix` in the `.proj`: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1493/commits/f3c4df8b5e88dcee7899297011b71478f98c9148 * Static meters/counters: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1493/commits/a4fc992e507bea855489b7034b8129a8ec0c6120 The way it was...
@g7ed6e Seems like the integration tests are still having an issue: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/actions/runs/9683812113/job/26720211596?pr=1493