Skip to content

Commit 8418932

Browse files
authored
fix: metric update grafana setting (#65)
1 parent 291e4a0 commit 8418932

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ go1.*
3838
/metric_monitor/helm-charts/thanos-receive/charts/
3939
/metric_monitor/helm-charts/thanos-receive/Chart.lock
4040
/metric_monitor/store-data/
41+
/metric_monitor/grafana_data/

metric_monitor/docker-compose/grafana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ services:
1010
memory: 1g
1111
environment:
1212
- GF_METRICS_ENABLED=true # Enable Grafana metrics exposure
13+
- GF_SERVER_HTTP_PORT=3000 # Set Grafana's internal port to 3000
1314
volumes:
1415
- ../grafana_data:/var/lib/grafana # Grafana database and dashboards
15-
- ../grafana_config:/etc/grafana #
1616
ports:
1717
- "3000:3000"
1818
restart: unless-stopped

0 commit comments

Comments
 (0)