Fix the type hint of _metrics_data within InMemoryMetricReader by phillipuniverse · Pull Request #4837 · open-telemetry/opentelemetry-python
xrmx approved these changes Dec 10, 2025
xrmx
enabled auto-merge (squash)
JWinermaSplunk pushed a commit to JWinermaSplunk/opentelemetry-python that referenced this pull request
Feb 17, 2026…telemetry#4837) * Fix the type hint of _metrics_data within InMemoryMetricReader This gets initialized to None, so the type hint should be MetricsData | None * Add CHANGELOG entry * Update CHANGELOG.md --------- Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
JWinermaSplunk pushed a commit to JWinermaSplunk/opentelemetry-python that referenced this pull request
Feb 17, 2026…telemetry#4837) * Fix the type hint of _metrics_data within InMemoryMetricReader This gets initialized to None, so the type hint should be MetricsData | None * Add CHANGELOG entry * Update CHANGELOG.md --------- Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters