1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(prometheus): request alew API endpoint

This commit is contained in:
2024-03-14 18:19:34 +01:00
parent 19c9f39128
commit 0f083bd4e2

View File

@@ -299,16 +299,17 @@ in {
static_configs = [
{
targets = [
"alew.hu-berlin.de"
"pad.kmein.de"
"code.kmein.de"
"radio.kmein.de"
"tarot.kmein.de"
"cloud.kmein.de"
"grafana.kmein.r"
"https://alew.hu-berlin.de"
"https://alew.hu-berlin.de/api/search?substring=die&domain=lemma&derivations=true&addition=true&diacritics=false&position=infix"
"https://pad.kmein.de"
"https://code.kmein.de"
"https://radio.kmein.de"
"https://tarot.kmein.de"
"https://cloud.kmein.de"
"http://grafana.kmein.r"
# "names.kmein.r"
"rrm.r"
"graph.r"
"http://rrm.r"
"http://graph.r"
];
}
];