Summary
MetricRecorder.meter() currently registers the meter with a hardcoded stale version (0.6.3).
Impact
Telemetry metadata reports an incorrect SDK version, which breaks version-based filtering/analysis.
Expected
Use the centralized SDK version constant when creating the OpenTelemetry meter.
Proposed Fix
Replace hardcoded meter version with SdkConstants.SdkVersion.
Summary
MetricRecorder.meter()currently registers the meter with a hardcoded stale version (0.6.3).Impact
Telemetry metadata reports an incorrect SDK version, which breaks version-based filtering/analysis.
Expected
Use the centralized SDK version constant when creating the OpenTelemetry meter.
Proposed Fix
Replace hardcoded meter version with
SdkConstants.SdkVersion.