Skip to content

Commit

Permalink
*: update Grafana, boards (#60)
Browse files Browse the repository at this point in the history
* *: update Grafana, boards

Provide an updated Grafana instance as well as
Charon monitoring board.

Older Grafana version was not compatible with the provided
"Charon overview" board.

* fix loki link and remove "cluster_networ" var

---------

Co-authored-by: Gianguido Sora <[email protected]>
  • Loading branch information
gsora and Gianguido Sora authored Apr 5, 2024
1 parent 072197d commit 39ee0fd
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 74 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ services:
restart: unless-stopped

grafana:
image: grafana/grafana:${GRAFANA_VERSION:-10.3.1}
image: grafana/grafana:${GRAFANA_VERSION:-10.4.0}
user: ":"
ports:
- ${MONITORING_IP_GRAFANA:-0.0.0.0}:${MONITORING_PORT_GRAFANA:-3000}:3000
Expand Down
Loading

0 comments on commit 39ee0fd

Please sign in to comment.