Part of / follow-up for #588:
The implementation of MeterSdkFactory added in #668 currently discards the passed instrumentation name and version. As specified in the OTEP, it has to be made available as a Resource (in case of Java we use a dedicated info object InstrumentationLibraryInfo, see #632).
The metrics API currently has changes pending, this will have to be addressed once the SDK spec for metrics is updated.
(analogous to #617 for named tracers)
Part of / follow-up for #588:
The implementation of
MeterSdkFactoryadded in #668 currently discards the passed instrumentation name and version. As specified in the OTEP, it has to be made available as aResource(in case of Java we use a dedicated info objectInstrumentationLibraryInfo, see #632).The metrics API currently has changes pending, this will have to be addressed once the SDK spec for metrics is updated.
(analogous to #617 for named tracers)