[Metrics API/SDK] Add InstrumentationScope attributes in MeterProvider::GetMeter() #2033
Labels
abi:version_2
Fix is available WITH_ABI_VERSION_2
breaking change
API or ABI breaking change
do-not-stale
Milestone
As mentioned in the specs, it should be possible to optionally pass the InstrumentationScope attributes while creating/fetching a Meter through MeterProvider.
With #2004, the InstrumentationScope class already support storing the attributes.
The relevant metric exporters - OTLP, OStream, Prometheus(?) should be modified to support sending/dumping these attributes.
Also this would be an API/ABI breaking change (modifying/overloading the virtual method in the API), so need to be planned accordingly.
The text was updated successfully, but these errors were encountered: