saga(prometheus): Add miniflux
This commit is contained in:
parent
eb9bcb08ea
commit
b91c149d7a
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,11 @@
|
||||||
};
|
};
|
||||||
static_configs = [ { targets = [ "odin:8443" ]; } ];
|
static_configs = [ { targets = [ "odin:8443" ]; } ];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
job_name = "miniflux";
|
||||||
|
scheme = "https";
|
||||||
|
static_configs = [ { targets = [ "read.datarift.nl" ]; } ];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
exporters = {
|
exporters = {
|
||||||
|
|
Loading…
Reference in a new issue