prometheus-community / prometheus-community/stackdriver_exporter
Update Google API library
Open
Nobody has claimed this yet.
enhancement
help wanted
- Dominant language
- Go
- Stars
- 295
- Forks
- 117
- Avg merge
- 9d 14h
- Merged PRs (30d)
- 7
Description
When working on https://github.com/prometheus-community/stackdriver_exporter/pull/74, I noticed google.golang.org/api/monitoring/v3 is marked as deprecated.
It needs to be updated to cloud.google.com/go/monitoring/apiv3
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the repository imports and usages of google.golang.org/api/monitoring/v3, then compare them with the cloud.google.com/go/monitoring/apiv3 API. Update the integration so the deprecated package is no longer used and verify the repository's existing checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, google-cloud
- Domain
- observability
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100