Uploaded image for project: 'Subscription Watch'
  1. Subscription Watch
  2. SWATCH-2026

Add a grafana dashboard for export requests

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Normal Normal
    • 2024-03-13 - API
    • None
    • None

      1. Add a panel for export task lag for each of the two new listeners - using
      sum(kafka_consumergroup_group_lag{topic=~".*platform.export.requests", group="$group"}) by (group, partition) 

      where group is either swatch-tally or swatch-subscription-sync

       

      2. Add a panel for max duration for message consumption for swatch-tally - using as a starting-point:

      max(spring_kafka_listener_seconds_max{service="swatch-tally",name="export-instances-0"}) 

      3. Add a panel for max duration for message consumption for swatch-subscription-sync - using as a starting-point:

      max(spring_kafka_listener_seconds_max{service="swatch-subscription-sync",name="export-subscriptions-0"}) 

              jcarvaja@redhat.com Jose Carvajal Hilario
              lburnett0 Lindsey Burnett
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: