add redis-exporter for maat-redis.

This commit is contained in:
fumingwei
2020-11-21 17:06:40 +06:00
parent c6a1f9fdaa
commit b73dc0a16f
5 changed files with 34 additions and 0 deletions

View File

@@ -140,5 +140,9 @@ http {
location /metrics/blade/mcn3/mrapm_stream {
proxy_pass http://192.168.100.4:8902/metrics;
}
location /metrics/blade/mcn0/maat_redis {
proxy_pass http://192.168.100.1:9121/metrics;
}
}
}