We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Had to be split from #4 as the PR was getting too large.
Until we have a better option within contrib repo, we should probably use the implementation from https://github.com/GoogleCloudPlatform/opentelemetry-operations-java/ to implement this short term.
An issue was created to contribute it to otel contrib repo GoogleCloudPlatform/opentelemetry-operations-java#266
Also, the current implementation is doing one HTTP call per resource attribute, which may not be what we aim for to minimize startup time.
The text was updated successfully, but these errors were encountered:
Fixed by #184 , the GCP resource attribute provider is now included in the upstream agent and we just execute it asynchronously like the AWS one.
Sorry, something went wrong.
No branches or pull requests
Had to be split from #4 as the PR was getting too large.
Until we have a better option within contrib repo, we should probably use the implementation from https://github.com/GoogleCloudPlatform/opentelemetry-operations-java/ to implement this short term.
An issue was created to contribute it to otel contrib repo GoogleCloudPlatform/opentelemetry-operations-java#266
Also, the current implementation is doing one HTTP call per resource attribute, which may not be what we aim for to minimize startup time.
The text was updated successfully, but these errors were encountered: