mirror of
https://github.com/coltoneshaw/CS-Repro-Mattermost.git
synced 2025-12-23 10:01:30 +01:00
* 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
32 lines
595 B
YAML
32 lines
595 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: mattermost
|
|
type: prometheus
|
|
access: proxy
|
|
url: http://prometheus:9090
|
|
password:
|
|
user:
|
|
database:
|
|
isDefault: true
|
|
jsonData:
|
|
tlsAuth: false
|
|
tlsAuthWithCACert: false
|
|
httpMethod: "POST"
|
|
version: 1
|
|
editable: true
|
|
- name: loki
|
|
type: loki
|
|
access: proxy
|
|
url: http://loki:3100
|
|
password:
|
|
user:
|
|
database:
|
|
isDefault: false
|
|
jsonData:
|
|
tlsAuth: false
|
|
tlsAuthWithCACert: false
|
|
httpMethod: "POST"
|
|
version: 1
|
|
editable: true
|