mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-05-31 22:49:54 +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