Skip to content

Commit

Permalink
Add Redis dashboard (#152)
Browse files Browse the repository at this point in the history
Add Redis dashboard to Grafana #130.
  • Loading branch information
marein authored Oct 15, 2022
1 parent 0c4e271 commit f615c1a
Show file tree
Hide file tree
Showing 3 changed files with 1,369 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ services:
volumes:
- redis:/data
restart: on-failure
redis-exporter:
image: oliver006/redis_exporter
command:
- '-redis.addr=redis:6379'
labels:
- "prometheus-job=redis"
- "prometheus-port=9121"
rabbit-mq:
image: marein/php-gaming-website:rabbit-mq
hostname: rabbit-mq
Expand Down
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@ services:
volumes:
- redis:/data
restart: on-failure
redis-exporter:
image: oliver006/redis_exporter
command:
- '-redis.addr=redis:6379'
labels:
- "prometheus-job=redis"
- "prometheus-port=9121"
rabbit-mq:
build:
context: .
Expand Down
Loading

0 comments on commit f615c1a

Please sign in to comment.