prometheus-community / prometheus-community/stackdriver_exporter

Add Support for Non-Default Google Cloud Universes via a flag

Open
#429 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
295
Forks
117
Avg merge
9d 14h
Merged PRs (30d)
7

Description

Description:

This issue tracks the implementation of a new feature that allows users to specify a non-default Google Cloud universe when using the stackdriver_exporter.

Problem:

Currently, the stackdriver_exporter assumes the default googleapis.com universe for all interactions with Google Cloud services. This limits its usability for users who operate within different Google Cloud universes (e.g., s3nsapis.fr).

Solution:

This feature introduces a new command-line flag, (google.universe-domain ?), which enables users to explicitly define the Google Cloud universe they want to interact with. The default value for this flag is googleapis.com, ensuring backward compatibility.

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

Start at the stackdriver_exporter entry point and trace how command-line flags configure interactions with Google Cloud services. Add the proposed universe-domain flag with googleapis.com as its default, then verify that users can select another universe without changing existing behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, google-cloud
Domain
cloud, observability
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.