open-telemetry / opentelemetry-dotnet-contrib

This repository contains set of components extending functionality of the OpenTelemetry .NET SDK. Instrumentation libraries, exporters, and other components can find their home here.
https://opentelemetry.io
Apache License 2.0
421 stars 251 forks source link

Rename AWS resource package #1846

Closed thompson-tomo closed 1 month ago

thompson-tomo commented 1 month ago

Component

OpenTelemetry.ResourceDetectors.AWS

Is your feature request related to a problem?

Currently there is 2 naming conventions for resource packages

What is the expected behavior?

That all resource packages have the same base name. In this case OpenTelemetry.ResourceDetectors.AWS becomes OpenTelemetry.Resources.AWS with old package being deprecated on nuget + user redirected to new one.

Which alternative solutions or features have you considered?

Accept it

Additional context

No response

Kielek commented 1 month ago

In progress #1839

Tracked under #1610.