opentelemetry-dotnet
opentelemetry-dotnet copied to clipboard
OpenTelemetry.Extensions.Hosting Release
Please could you provide some estimate for when the hosting package will be released?
It is not mentioned on the milestones page.
A month ago an ETA seemed to be imminent, is it any closer? https://github.com/open-telemetry/opentelemetry-dotnet/issues/2104#issuecomment-867795638
No ETA yet. At the minimum, this PR (https://github.com/open-telemetry/opentelemetry-dotnet/pull/2107) must be finished. We are also discussing if Extensions.Hosting should be part of this repo or should be "lift and shifted" to the -contrib repo.
Update: As the focus is mostly on shipping Metrics SDK/.NET 6 support, this is delayed, at least till early 2022. There were a large number of queries and interest about getting stable release of Ext.Hosting package, so it'll be prioritized, as soon as initial metrics SDK stable is shipped.
Sorry to ping on this - is there any update?
@utpilla will look at this early next Month, and give an update.
We are also discussing if Extensions.Hosting should be part of this repo or should be "lift and shifted" to the -contrib repo.
Just a minor comment: We're using the OpenTelemetry.Extensions.Hosting.Tests
project to unit test IDeferred Provider
for Exporters. If this gets moved to the -contrib repo it will impact CodeCov in this repo.
For Example: https://github.com/open-telemetry/opentelemetry-dotnet/blob/6f2b1a0b3412f2860d065c81b058441977927584/src/OpenTelemetry.Exporter.InMemory/InMemoryExporterMetricsExtensions.cs#L62
https://github.com/open-telemetry/opentelemetry-dotnet/blob/6f2b1a0b3412f2860d065c81b058441977927584/test/OpenTelemetry.Extensions.Hosting.Tests/InMemoryExporterMetricsExtensionsTests.cs#L38-L41
Closing as Ext.Hosting is stable released now!