prometheus: add blocky scraping
This commit is contained in:
parent
bff334ebf9
commit
3a7890bee4
1 changed files with 6 additions and 1 deletions
|
@ -16,7 +16,7 @@ _: {
|
||||||
{
|
{
|
||||||
job_name = "traefik";
|
job_name = "traefik";
|
||||||
scrape_interval = "15s";
|
scrape_interval = "15s";
|
||||||
static_configs = [{targets = ["100.87.54.48:8080"];}];
|
static_configs = [{targets = ["100.104.42.96:8080"];}];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
job_name = "redis_exporter";
|
job_name = "redis_exporter";
|
||||||
|
@ -28,6 +28,11 @@ _: {
|
||||||
scrape_interval = "15s";
|
scrape_interval = "15s";
|
||||||
static_configs = [{targets = ["100.94.214.100:9003"];}];
|
static_configs = [{targets = ["100.94.214.100:9003"];}];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
job_name = "blocky";
|
||||||
|
scrape_interval = "15s";
|
||||||
|
static_configs = [{targets = ["100.73.192.45:4000"];}];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
exporters = {
|
exporters = {
|
||||||
node = {
|
node = {
|
||||||
|
|
Loading…
Reference in a new issue