prometheus-community / prometheus-community/stackdriver_exporter

Update Google API library

Open
#75 2 comments 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.