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

Update cloud monitoring exporter to work with opentelemetry 1.x #204

Merged
merged 1 commit into from
Nov 7, 2022

Conversation

aabmass
Copy link
Collaborator

@aabmass aabmass commented Nov 4, 2022

Fixes #191

Update the exporter to work with the stable 1.x metrics SDK mostly based on https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/tree/main/exporter/collector.

This was a pretty invasive change and I removed a lot of stuff that is no longer applicable. I left a few TODOS for things that need to be worked on like resource mapping.

I removed all of the tests as many of them are no longer applicable. I'm adding golden/snapshot tests in the next PR: #207

@aabmass aabmass force-pushed the update-stable-metrics branch 8 times, most recently from 0433ed4 to f62023f Compare November 5, 2022 22:33
Copy link
Contributor

@dashpole dashpole left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm.

@aabmass aabmass merged commit 2facd37 into GoogleCloudPlatform:main Nov 7, 2022
@aabmass aabmass deleted the update-stable-metrics branch November 7, 2022 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Any chance of a version that builds against non alpha opentelemetry?
2 participants