Run pre-commit

This commit is contained in:
purple_emily
2024-03-08 14:34:53 +00:00
parent 31e16df720
commit 79409915cf
221 changed files with 525 additions and 526 deletions

View File

@@ -5,4 +5,4 @@ providers:
folder: Dashboards
type: file
options:
path: /var/lib/grafana/dashboards
path: /var/lib/grafana/dashboards

View File

@@ -578,4 +578,4 @@
"uid": "knightcrawler-logs",
"version": 1,
"weekStart": ""
}
}

View File

@@ -9,4 +9,4 @@ datasources:
basicAuth: false
isDefault: false
version: 1
editable: true
editable: true

View File

@@ -32,4 +32,4 @@ schema_config:
schema: v11
index:
prefix: index_
period: 24h
period: 24h

View File

@@ -7,7 +7,7 @@ networks:
volumes:
grafana-data:
loki-data:
services:
prometheus:
command:
@@ -46,7 +46,7 @@ services:
image: prometheuscommunity/postgres-exporter
networks:
- knightcrawler-network
promtail:
image: grafana/promtail:2.9.4
volumes:
@@ -61,7 +61,7 @@ services:
networks:
- knightcrawler-network
loki:
command: '-config.file=/etc/loki/local-config.yml'
depends_on:
@@ -73,4 +73,3 @@ services:
volumes:
- ./config/loki/config.yml:/etc/loki/local-config.yml
- loki-data:/loki