Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: separate metric_exporter out of metric_reader #1779

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

xuan-cao-swi
Copy link
Contributor

Closes #1723

Description

  • Made the interface-like metric_exporter class. Every exporter should inherit from this metric_exporter.
  • Change the oltp metrics_exporter to inherit from metric_exporter.
  • With the refactor/separation of metric_reader, now the metric_reader should be able to have multiple exporters and modify the default aggregation/temporarily of instrument.
  • Updated the test case for the change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: To do
Development

Successfully merging this pull request may close these issues.

Metrics reader supports configuring aggregation and temporality
2 participants