-
Notifications
You must be signed in to change notification settings - Fork 840
Add WritePrometheusServiceDiscoveryConfigFile helper #4072
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
Add WritePrometheusServiceDiscoveryConfigFile helper #4072
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for separating Prometheus server from load.
We should brainstorm a bit and consider exposing monitoring service (Prometheus) rather than using it from tmpnet.
Why? |
Signed-off-by: aaronbuchwald <aaron.buchwald56@gmail.com>
This PR adds a helper to write a prometheus service discovery config file into the expected location within
~/.tmpnet.This is used within #4019 to write the new config file using the existing tmpnet <-> prometheus integration.