Skip to content

Commit

Permalink
metrics: grafana v11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
offbyone committed Nov 17, 2024
1 parent a2c383e commit 8d226fe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ docker-compose.void.yml
.proxy.env
/*/.env
/*/.exportarr.env
.tailscale.exporter.env
bitbucket/.tailscale.env
5 changes: 4 additions & 1 deletion metrics/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@ services:
- TS_SERVE_PORT=3000

grafana:
image: "grafana/grafana:9.3.2"
image: "grafana/grafana:11.3.0"
network_mode: "service:grafana-sidecar"
restart: always
user: "1000:1000"
environment:
- GF_INSTALL_PLUGINS=https://github.com/VictoriaMetrics/victorialogs-datasource/releases/download/v0.7.0/victorialogs-datasource-v0.7.0.zip;victorialogs-datasource
- GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=victorialogs-datasource
volumes:
- /etc/grafana:/etc/grafana
- grafana-storage:/var/lib/grafana
Expand Down
4 changes: 4 additions & 0 deletions metrics/synology-monitor/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ services:
env_file: ../.tailscale.exporter.env
environment:
- TS_SERVE_PORT=9093
volumes:
- tailscale-data-blob:/var/lib/tailscale

exporter-blob:
restart: always
Expand All @@ -25,6 +27,8 @@ services:
env_file: ../.tailscale.exporter.env
environment:
- TS_SERVE_PORT=9093
volumes:
- tailscale-data-whatbox:/var/lib/tailscale

exporter-whatbox:
restart: always
Expand Down

0 comments on commit 8d226fe

Please sign in to comment.