This commit is contained in:
Chris Kruining 2026-04-16 11:00:38 +02:00
parent e26e25b566
commit be2843ca80
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
65 changed files with 187 additions and 39 deletions

View file

@ -25,7 +25,7 @@ in {
settings = {
server = {
http_port = 9100;
http_port = 9010;
http_addr = "0.0.0.0";
domain = "ulmo";
};
@ -106,7 +106,7 @@ in {
name = "Prometheus";
uid = "prometheus";
type = "prometheus";
url = "http://localhost:9200";
url = "http://localhost:9020";
isDefault = true;
editable = false;
}
@ -115,7 +115,7 @@ in {
name = "Loki";
uid = "loki";
type = "loki";
url = "http://localhost:9300";
url = "http://localhost:9030";
editable = false;
}
@ -123,7 +123,7 @@ in {
name = "Tempo";
uid = "tempo";
type = "tempo";
url = "http://localhost:9600";
url = "http://localhost:9060";
editable = false;
jsonData = {
nodeGraph.enabled = true;