-
Task
-
Resolution: Done
-
Normal
-
None
-
None
-
False
-
-
True
-
BIZ-356 - Export of Subscription Watch data
-
-
- 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"})
- is blocked by
-
SWATCH-1970 Consume export request messages for subscription data
- Closed