prometheus: add blocky scraping

This commit is contained in:
notohh 2023-11-30 22:28:36 -05:00
parent bff334ebf9
commit 3a7890bee4
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -16,7 +16,7 @@ _: {
{
job_name = "traefik";
scrape_interval = "15s";
static_configs = [{targets = ["100.87.54.48:8080"];}];
static_configs = [{targets = ["100.104.42.96:8080"];}];
}
{
job_name = "redis_exporter";
@ -28,6 +28,11 @@ _: {
scrape_interval = "15s";
static_configs = [{targets = ["100.94.214.100:9003"];}];
}
{
job_name = "blocky";
scrape_interval = "15s";
static_configs = [{targets = ["100.73.192.45:4000"];}];
}
];
exporters = {
node = {