-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Run multiple Grafana Agent processes #157
Conversation
Grafana Agent runs a gRPC server: https://grafana.com/docs/grafana-cloud/data-configuration/agent/#agent-ip-address Make the port configurable so we can run multiple agents.
@akoutmos seeking initial feedback Do you think it would be useful to add a How-To about running multiple agents? Wasn't quite ready to check the "I have added documentation box" after only documenting the new What do you think of adding a |
Just looked through the code. It looks good to me. While I don't think it is a very common use case to run multiple agents...some documentation would definitely be good. Emphasis on not double-using ports would also be nice :D. I am also ok with adding the |
@akoutmos done! |
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.
lgtm! Thanks!
Change description
-m
option to generator to specify PromEx module nameThis allows us to configure multiple PromEx processes within our own application.
What problem does this solve?
We want to record metrics and publish dashboards to multiple sources (e.g. one for ops team, and one for biz team).
Example usage
Configure multiple PromEx processes and add them each to the supervisor:
Additional details and screenshots
Checklist