Skip to content

fix: use current SDK version in telemetry meter registration #334

Description

@aaguiarz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions