| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| .put("gcp.resource_type", "storage.googleapis.com/Client") | ||
| .put("project_id", projectIdToUse) | ||
| .put("instance_id", UUID.randomUUID().toString()) | ||
| .put("api", "grpc"); |
There was a problem hiding this comment.
nit: could we use something to detect grpc vs http even if this isn't set up for http yet? would make this reusable in the future.
Sorry, something went wrong.
There was a problem hiding this comment.
AFAIU, resource detector is platform dependent on https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/resourcedetectionprocessor/README.md#gcp-metadata
API type would need to be captured client side / added when introduced into the java storage client.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
b/377466694