Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for varying the Prometheus namespace, defaults to "concourse". #9019

Closed
wants to merge 0 commits into from

Conversation

analytically
Copy link

Currently the prometheus namespace (or prefix) is hardcoded as "concourse". This PR makes this a config setting, that defaults to "concourse" so it's backwards compatible.

Copy link
Member

@taylorsilva taylorsilva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test needs to be updated to specify the Namespace now:

prometheusConfig = &emitter.PrometheusConfig{
BindIP: "localhost",
BindPort: "9090",
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants