added repo
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
groups:
|
||||
- name: EKS-App-Alerts
|
||||
rules:
|
||||
- alert: Catalog Recommendation Consumer Lag
|
||||
expr: sum by (groupId,topic)(kafka_consumer_group_ConsumerLagMetrics_Value{instance=~".*$bacpdiscoveryteam.*", name="OffsetLag", topic=~"hulk-reco-feed_v2", groupId=~"vision_reco_catalog"})>100000
|
||||
for: 60m
|
||||
labels:
|
||||
severity: critical
|
||||
bu: demand
|
||||
team: discovery-ranking
|
||||
service: vision-consumer
|
||||
env: prd
|
||||
priority: p0
|
||||
annotations:
|
||||
summary: "Catalog Recommendation Consumer Lag on {{ $labels.service }}"
|
||||
description: "Catalog Recommendation Consumer Lag on {{ $labels.service }} VALUE = {{ $value }}\n LABELS: {{ $labels }}"
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
groups:
|
||||
- name: EKS-App-Alerts
|
||||
rules:
|
||||
- alert: Vision Retargating Product recommendation
|
||||
expr: sum(rate(kafka_consumer_group_ConsumerLagMetrics_Value{instance=~".bacpdiscoveryteam.", name="OffsetLag", topic=~"vision_retargeting-product-recommendation_v1", groupId=~"vision_retargeting_product_recommendations"}))by (groupId,topic)>100000
|
||||
for: 40m
|
||||
labels:
|
||||
severity: critical
|
||||
bu: demand
|
||||
team: discovery-ranking
|
||||
service: vision-consumer
|
||||
env: prd
|
||||
priority: p0
|
||||
annotations:
|
||||
summary: "Vision Retargating Product recommendation on {{ $labels.service }}"
|
||||
description: "Vision Retargating Product recommendation on {{ $labels.service }} VALUE = {{ $value }}\n LABELS: {{ $labels }}"
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
groups:
|
||||
- name: EKS-App-Alerts
|
||||
rules:
|
||||
- alert: Vision Segment Feed Consumer Data Lag
|
||||
expr: sum(rate(kafka_consumer_group_ConsumerLagMetrics_Value{instance=~".*bacpdiscoveryteam.*", name="OffsetLag", topic=~"hulk_segment-feed-data_v1", groupId=~"vision_segment_feed_data"}))by(groupId,topic)>25000
|
||||
for: 5m
|
||||
labels:
|
||||
severity: critical
|
||||
bu: demand
|
||||
team: discovery-ranking
|
||||
service: vision-consumer
|
||||
env: prd
|
||||
priority: p0
|
||||
annotations:
|
||||
summary: "Vision Segment Feed Consumer Data Lag on {{ $labels.service }}"
|
||||
description: "Vision Segment Feed Consumer Data Lag on {{ $labels.service }} VALUE = {{ $value }}\n LABELS: {{ $labels }}"
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
groups:
|
||||
- name: EKS-App-Alerts
|
||||
rules:
|
||||
- alert: Vision User Segment Mapping Consumer Data Lag
|
||||
expr: sum(rate(kafka_consumer_group_ConsumerLagMetrics_Value{instance=~".*bacpdiscoveryteam.*", name="OffsetLag", topic=~"hulk_user-segment-mapping_v1", groupId=~"vision_user_segment_mapping"}))by(groupId,topic)>100000
|
||||
for: 8m
|
||||
labels:
|
||||
severity: critical
|
||||
bu: demand
|
||||
team: discovery-ranking
|
||||
service: vision-consumer
|
||||
env: prd
|
||||
priority: p0
|
||||
annotations:
|
||||
summary: "Vision User Segment Mapping Consumer Data Lag on {{ $labels.service }}"
|
||||
description: "Vision User Segment Mapping Consumer Data Lag on {{ $labels.service }} VALUE = {{ $value }}\n LABELS: {{ $labels }}"
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
groups:
|
||||
- name: EKS-App-Alerts
|
||||
rules:
|
||||
- alert: Vision catalog cache Data Lag
|
||||
expr: sum(rate(kafka_consumer_group_ConsumerLagMetrics_Value{instance=~".*real-time.*", name="OffsetLag", topic=~"marvel.storefront_validated_catalogs", groupId=~"vision_rti_catalog_cache_updates"}))by(groupId,topic)>1160
|
||||
for: 8m
|
||||
labels:
|
||||
severity: critical
|
||||
bu: demand
|
||||
team: discovery-ranking
|
||||
service: vision-consumer
|
||||
env: prd
|
||||
priority: p0
|
||||
annotations:
|
||||
summary: "Vision catalog cache Data Lag on {{ $labels.service }}"
|
||||
description: "Vision catalog cache Data Lag on {{ $labels.service }} VALUE = {{ $value }}\n LABELS: {{ $labels }}"
|
||||
Reference in New Issue
Block a user