Fix debugging
This commit is contained in:
parent
7106564ff0
commit
4c5a33d72f
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ def prometheus_alert_to_markdown(
|
|||
)
|
||||
label_strings = []
|
||||
for label_name, label_value in labels.items():
|
||||
logging.debug("got label: ", label_name, label_value)
|
||||
logging.debug(f"got label: {label_name} = {label_value}")
|
||||
if label_name.startswith("__"):
|
||||
continue
|
||||
if label_name in ignore_labels:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue