vault backup: 2024-03-26 12:17:52

This commit is contained in:
2024-03-26 12:17:52 +08:00
parent e72751b4fa
commit b8ccba6df8
7 changed files with 15 additions and 912 deletions

View File

@@ -16,7 +16,7 @@
# `docker-compose.yml`
```yaml
```yaml hl:5
services:
grafana:
image: grafana/grafana:latest
@@ -55,7 +55,7 @@ services:
# `datasources.yaml`
```yaml
```yaml hl:6
# datasources.yaml
apiVersion: 1
datasources:
@@ -69,7 +69,7 @@ datasources:
# `prometheus.yml`
```yaml
```yaml hl:11
# prometheus.yml
global:
scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute.