Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions krkn/prometheus/client.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python
#
# Copyright 2025 The Krkn Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -178,8 +180,6 @@ def critical_alerts(

if not firing_alerts:
logging.info("No critical alerts are firing!!")


def metrics(
prom_cli: KrknPrometheus,
elastic: KrknElastic,
Expand Down
Loading