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

Create dataclasses for metric exporter batch #2327

Closed
aabmass opened this issue Dec 14, 2021 · 2 comments · Fixed by #2364
Closed

Create dataclasses for metric exporter batch #2327

aabmass opened this issue Dec 14, 2021 · 2 comments · Fixed by #2364
Assignees
Labels
1.10.0rc1 release candidate 1 for metrics GA metrics sdk Affects the SDK package.

Comments

@aabmass
Copy link
Member

aabmass commented Dec 14, 2021

See design doc section on export format. For this issue:

  • Create the dataclasses for each OTLP point type. Can copy paste code from the prototype
  • Update the MetricExporter definition to consume an Iterable[Metric]
@ocelotl
Copy link
Contributor

ocelotl commented Dec 15, 2021

I think #2308 fixes this issue 👍

@aabmass
Copy link
Member Author

aabmass commented Dec 15, 2021

Ya, looks like it mostly fixes it. But will still need a few more things I think

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.10.0rc1 release candidate 1 for metrics GA metrics sdk Affects the SDK package.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants