GoogleCloudPlatform / opentelemetry-operations-java

Apache License 2.0
71 stars 38 forks source link

Update the collector image used in instrumentation quickstart #364

Closed aabmass closed 1 week ago

aabmass commented 3 weeks ago

Updated the otelcol image and fixed substitution syntax ${} issue

Since the gRPC metrics are no longer available, tests were broken. I chose to rewrite the integration test in Go so we can easily use it in the other 3 samples.

aabmass commented 3 weeks ago

Tests are broken because of https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/issues/797. I can use a different metric instead but will need to modify the tests a little bit. I'm thinking to rewrite the integration test in Go so we can use the same integration test setup across all the repos