Skip to content

Conversation

@DylanRussell
Copy link
Contributor

Fixes #406

@DylanRussell DylanRussell requested a review from a team as a code owner June 4, 2025 13:26
@dashpole dashpole requested a review from aabmass June 4, 2025 15:10
@DylanRussell
Copy link
Contributor Author

Aaron importing AnyValue requires updating the otel api/sdk dependencies to 1.3 in dev_constraints.txt, which causes mypy to fail for the metrics exporter because it doesnt't handle the exponential histogram types yet.

What's the best way to deal with this ? I could just remove that AnyValue import and put it back to Any import now that i've verified my code passes the type checker ? WDYT ?

@DylanRussell
Copy link
Contributor Author

I think this is ready to be merged.. Not sure why the e2e tests still are looking for v1.2 of the API/SDK, it seems they aren't using the version of the dev_constraints.txt file I modified in this PR?

@DylanRussell
Copy link
Contributor Author

Nevermind figured it out.. Had to update the constraints.txt file

@DylanRussell DylanRussell merged commit 54cb8a6 into GoogleCloudPlatform:main Jun 6, 2025
21 checks passed
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.

CloudLoggingExporter exporter fails with bytes in body

2 participants