mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
feat(demo): generate alerts with long label names
This commit is contained in:
+2
-1
@@ -321,7 +321,8 @@ class LongNameAlerts(AlertGenerator):
|
||||
return [newAlert(
|
||||
self._labels(instance="server{}".format(i), cluster=cluster,
|
||||
severity="info", job="textfile_exporter",
|
||||
region="CN"),
|
||||
region="CN",
|
||||
thisIsAVeryLongLabelNameToTestLabelTruncationInAllThePlacesWeRenderItLoremIpsumDolorSitAmet="1"),
|
||||
self._annotations(
|
||||
verylong="Lorem ipsum dolor sit amet, consectetur "
|
||||
"adipiscing elit, sed do eiusmod tempor incididunt"
|
||||
|
||||
Reference in New Issue
Block a user