🧊 plato: ipfs metrics

This commit is contained in:
James Walker 2021-06-21 22:56:05 -04:00
parent f33ac01f4a
commit a52185ad52
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -117,6 +117,13 @@ in {
job_name = "coredns";
static_configs = [{ targets = [ "plato:9153" ]; }];
}
{
job_name = "ipfs";
metrics_path = "/debug/metrics/prometheus";
static_configs = [{
targets = [ "agent:5001" "form:5001" "matter:5001" "purpose:5001" ];
}];
}
];
};
};