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

Support for consul style configurable statsd > metrics_prefix #7370

Closed
ghost opened this issue Aug 27, 2019 · 1 comment
Closed

Support for consul style configurable statsd > metrics_prefix #7370

ghost opened this issue Aug 27, 2019 · 1 comment
Assignees
Milestone

Comments

@ghost
Copy link

ghost commented Aug 27, 2019

Is your feature request related to a problem? Please describe.
Need support for overriding metric name with metrics_prefix for vault monitoring, similar to Consul

Describe the solution you'd like
Adding configuration such as the following should result in statsd metrics being emitted with the prefix instead of default 'vault.*'

"telemetry": {
"statsd_address": "ADDRESS:PORT",
"disable_hostname": true,
"metrics_prefix": "<Custom_vault_Prefix>"
}

Describe alternatives you've considered
None

Explain any additional use-cases
This will enable us to capture metrics for team specific vault deployments

Additional context
Add any other context or screenshots about the feature request here.

@ncabatoff
Copy link
Collaborator

Fixed in #8340.

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

No branches or pull requests

3 participants