Update GCP resource detector info (#1237)

This commit is contained in:
Pranav Sharma 2024-03-27 10:36:17 -04:00 committed by GitHub
parent 727844036d
commit 341421d6ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,7 @@ feature or via instrumentation, this project is hopefully for you.
* [zstd Compressor](./compressors/compressor-zstd/README.md)
* [Consistent Sampling](./consistent-sampling/README.md)
* [Disk Buffering](./disk-buffering/README.md)
* [GCP Resources](./gcp-resources/README.md)
* [JMX Metric Gatherer](./jmx-metrics/README.md)
* [No-Op API](./noop-api/README.md)
* [OpenTelemetry Maven Extension](./maven-extension/README.md)

View File

@ -49,6 +49,12 @@ spec:
Additionally, the container name will only be discovered via the environment variable `CONTAINER_NAME`
which much be included in the environment.
## Usage with Auto-Instrumentation
With the release of [v2.2.0 of the OpenTelemetry Java Instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.2.0), the GCP resource detector is now included with the Java agent.
For users of Java Agent v2.2.0 and later, the GCP resource detectors can be enabled by following the instructions provided [here](https://opentelemetry.io/docs/languages/java/automatic/configuration/#enable-resource-providers-that-are-disabled-by-default).
## Component Owners
- [Josh Suereth](https://github.com/jsuereth), Google