[Performance] Avoid duplication of metric exporters. #2710
Labels
bug
Something isn't working
issue:blocked
Fix blocked, waiting for other fixes as prerequisites
Stale
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
When exporting metrics at different frequencies, the only possible setup according to the current spec is to:
When all the exporters points to the same endpoint, this creates overhead:
To fix this, it should be possible to setup the SDK so that multiple metric readers can share a common metric exporter.
The spec however mentions that each reader owns one exporter, preventing sharing.
This performance improvement is blocked by the following spec change:
The text was updated successfully, but these errors were encountered: