| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This pull request replaces the dependency on com.google.cloud.opentelemetry:detector-resources-support with io.opentelemetry.contrib:opentelemetry-gcp-resources in pom.xml. Consequently, BuiltInMetricsProvider.java has been updated to use GCPResourceProvider instead of GCPPlatformDetector to detect the client's GCP location, retrieving attributes like cloud.region and cloud.availability_zone instead of the older custom keys. There are no review comments, and I have no additional feedback to provide.
Sorry, something went wrong.
| <artifactId>opentelemetry-sdk-metrics</artifactId> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>com.google.cloud.opentelemetry</groupId> |
Sorry, something went wrong.
There was a problem hiding this comment.
Also this was highlighted from Otel team.
cc: @psx95
Sorry, something went wrong.
There was a problem hiding this comment.
Yes, it is preferred to remove dependency from this exporter. The recommendation is to move to the standard OpenTelemetry OTLP exporters.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.