Add Promtail and Loki support for viewing Logs in Grafana (#20)

* add promtail loki support

* updated images and removed arch directives in docker-compose

* fix grafana logs

* add restart-grafana make command

* clean up enhanced logs dashboard

* update both mattermost servers to use the same version

* update docker-compose and promtail config to use host path mounts for logs

* clean up dashboard for good
This commit is contained in:
Sven Hüster
2025-05-09 21:35:07 +02:00
committed by GitHub
parent 7c2f073074
commit 87f24d2469
9 changed files with 996 additions and 30 deletions

View File

@@ -9,6 +9,8 @@ logins () {
echo " - All Mattermost Grafana charts are setup."
echo " - For more info https://github.com/coltoneshaw/CS-Repro-Mattermost#use-grafana"
echo "- Prometheus: http://localhost:9090"
echo "- Loki: http://localhost:3100/ready"
echo "- Promtail: http://localhost:9080"
echo "- PostgreSQL" "localhost:5432" with 'mmuser' / 'mmuser_password'
echo
echo ===========================================================