We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291e4a0 commit 8418932Copy full SHA for 8418932
.gitignore
@@ -38,3 +38,4 @@ go1.*
38
/metric_monitor/helm-charts/thanos-receive/charts/
39
/metric_monitor/helm-charts/thanos-receive/Chart.lock
40
/metric_monitor/store-data/
41
+/metric_monitor/grafana_data/
metric_monitor/docker-compose/grafana.yml
@@ -10,9 +10,9 @@ services:
10
memory: 1g
11
environment:
12
- GF_METRICS_ENABLED=true # Enable Grafana metrics exposure
13
+ - GF_SERVER_HTTP_PORT=3000 # Set Grafana's internal port to 3000
14
volumes:
15
- ../grafana_data:/var/lib/grafana # Grafana database and dashboards
- - ../grafana_config:/etc/grafana #
16
ports:
17
- "3000:3000"
18
restart: unless-stopped
0 commit comments