fix(demo): use full path for source URIs

This commit is contained in:
Łukasz Mierzwa
2021-08-05 13:14:50 +01:00
committed by Łukasz Mierzwa
parent 7d91b7f394
commit d33f97534e
+1 -1
View File
@@ -92,7 +92,7 @@ def newMatcher(name, value, isRegex, isEqual=True):
return {"name": name, "value": value, "isRegex": isRegex, "isEqual": isEqual}
def newAlert(labels, annotations=None, generatorURL="http://localhost:8082/graph"):
def newAlert(labels, annotations=None, generatorURL="http://localhost:8082/graph?foo"):
return {
"labels": labels,
"annotations": annotations or {},