opentelemetry-python-contrib
opentelemetry-python-contrib copied to clipboard
Import the GCP resource detector class
trafficstars
Description
Import a resource detector class for GCP. This change doesn't add any new code. It's re-exporting a package that is in the downstream GCP repo. This lets the GCP resource detector be loaded in via the "opentelemetry_resource_detector" entrypoint used here
Fixes # (issue)
Type of change
Please delete options that are not relevant.
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ X] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [X ] This change requires a documentation update
How Has This Been Tested?
n/a
Does This PR Require a Core Repo Change?
- [ ] Yes. - Link to PR:
- [ X] No.
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.
- [ X] Followed the style guidelines of this project
- [ X] Changelogs have been updated
- [X ] Unit tests have been added
- [X ] Documentation has been updated