Add ceph metrics to prometheus

This commit is contained in:
2023-08-22 16:33:55 +02:00
parent 8257c245b1
commit dfffc0bdce
2 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
nameservers = ["8.8.8.8"];
proxy = {
default = "http://localhost:23080/";
noProxy = "127.0.0.1,localhost,internal.domain";
noProxy = "127.0.0.1,localhost,internal.domain,10.0.40.40";
# Don't set all_proxy as go complains and breaks the gitlab runner, see:
# https://github.com/golang/go/issues/16715
allProxy = null;