vault backup: 2024-03-26 12:17:52
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user