-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement alloy-service resource to configure Alloy as a monitoring agent #66
Conversation
…gent * disable golangci-lint lll
cdf6c99
to
a3724b3
Compare
I experimented with Alloy horizontal autoscaler built into the helm chart. The autoscaler is based on memory usage and does by default scale up whenever 80% of memory usage is reached. Therefore I went with our current custom implementation of autoscaling based on number of metrics. |
Towards: giantswarm/roadmap#3522
This PR implements the logic to configure Alloy as a monitoring agent instead of Prometheus agent.
It does
--monitoring-agent
flag to choose between Prometheus agent and Alloy