mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
feat(prometheus): request alew API endpoint
This commit is contained in:
@@ -299,16 +299,17 @@ in {
|
|||||||
static_configs = [
|
static_configs = [
|
||||||
{
|
{
|
||||||
targets = [
|
targets = [
|
||||||
"alew.hu-berlin.de"
|
"https://alew.hu-berlin.de"
|
||||||
"pad.kmein.de"
|
"https://alew.hu-berlin.de/api/search?substring=die&domain=lemma&derivations=true&addition=true&diacritics=false&position=infix"
|
||||||
"code.kmein.de"
|
"https://pad.kmein.de"
|
||||||
"radio.kmein.de"
|
"https://code.kmein.de"
|
||||||
"tarot.kmein.de"
|
"https://radio.kmein.de"
|
||||||
"cloud.kmein.de"
|
"https://tarot.kmein.de"
|
||||||
"grafana.kmein.r"
|
"https://cloud.kmein.de"
|
||||||
|
"http://grafana.kmein.r"
|
||||||
# "names.kmein.r"
|
# "names.kmein.r"
|
||||||
"rrm.r"
|
"http://rrm.r"
|
||||||
"graph.r"
|
"http://graph.r"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user