mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-02-13 13:48:28 +02:00
* Accept scope attr during Meter creation * Fix lint * Add changes to changelog * Return a Set from InstrumentationAttributes Likely these attributes will be stored as a Set in the SDK. Don't cause two conversions because we return a slice here. * Add config tests * Fix lint