Commit c73233f3 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Omite salto de línea problemático

parent 7105a86f
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -6,8 +6,7 @@ groups:
    labels:
      severity: critical
    annotations:
      description: Consumer '{{$labels.consumergroup}}' has {{$value}} pending messages (> 1000) from
      '{{$labels.topic}}' topic
      description: Consumer '{{$labels.consumergroup}}' has {{$value}} pending messages (> 1000) from '{{$labels.topic}}' topic
      summary: Kafka consumer '{{$labels.consumergroup}}' is not consuming enough messages from '{{$labels.topic}}'

  - alert: KafkaConsumerLagIncreasing
@@ -16,6 +15,5 @@ groups:
    labels:
      severity: critical
    annotations:
      description: Consumer '{{$labels.consumergroup}}' lag increased in last 5 minutes by {{$value}} for
      '{{$labels.topic}}' topic
      description: Consumer '{{$labels.consumergroup}}' lag increased in last 5 minutes by {{$value}} for '{{$labels.topic}}' topic
      summary: Kafka consumer '{{$labels.consumergroup}}' consuming ratio is not enough for '{{$labels.topic}}'