docker: prometheus and grafana for development (#16649)

Этот коммит содержится в:
Jesse Hallam
2021-01-19 22:28:22 -04:00
коммит произвёл GitHub
родитель 12797586f9
Коммит d5659adbd7
17 изменённых файлов: 5682 добавлений и 3 удалений

8
build/docker/prometheus-linux.yml Обычный файл
Просмотреть файл

@@ -0,0 +1,8 @@
global:
scrape_interval: 5s
evaluation_interval: 60s
scrape_configs:
- job_name: 'mattermost'
static_configs:
- targets: ['172.17.0.1:8067']