-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Export Traefik metrics to Prometheus and add Grafana dashboard for them #3688
base: master
Are you sure you want to change the base?
Conversation
I'm not sure what you're doing here and why. You seem to be replacing While Traefik is the reverse-proxy that the playbook uses nowadays, nginx is still used in one or more services (like This PR seems to be adding something additional (the ability to observe Traefik metrics via Prometheus), but:
I suppose there's no need for For other components, matrix-docker-ansible-deploy/group_vars/matrix_servers Lines 5409 to 5422 in dc46100
The same can be done for Traefik. If mash-playbook does not automatically populate |
The purpose of this pull request is to streamline the configuration for users who may not be highly familiar with Ansible. By introducing My point are:
|
Introduce matrix_prometheus_traefik_exporter_enabled variable. Setting it to
true
enables export Traefik metrics to Prometheus and adds Grafana dashboard for them.