-
Notifications
You must be signed in to change notification settings - Fork 7
Dashboards postgres & rabbitmq & elasticsearch #403
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
Conversation
Signed-off-by: LE SAULNIER Kevin <kevin.lesaulnier@rte-france.com>
Signed-off-by: LE SAULNIER Kevin <kevin.lesaulnier@rte-france.com>
Signed-off-by: Slimane AMAR <amarsli@gm0winl104.bureau.si.interne>
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.
1 missing config + 1 question + 1 suggestion
ports: | ||
- "9187:9187" |
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.
did we need to access it?
ports: | |
- "9187:9187" |
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.
Yes for tests
Only for dev
…into monitoring_postgres
Signed-off-by: Slimane AMAR <amarsli@gm0winl104.bureau.si.interne>
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.
Code OK
Test OK
I mention here that the JSON dashboards are from:
- https://grafana.com/grafana/dashboards/14191-elasticsearch-overview/,
- https://grafana.com/grafana/dashboards/10991-rabbitmq-overview/,
- https://grafana.com/grafana/dashboards/9628-postgresql-database/
They will be later extended with alerts.
postgres_exporter does not support custom queries in recent versions as per this commit prometheus-community/postgres_exporter#801
…into monitoring_postgres
…into monitoring_postgres
No description provided.