@@ -11,29 +11,6 @@ scrape_configs:
11
11
target_label : instance
12
12
replacement : " price_pusher"
13
13
14
- # Add more price_pusher instances for different chains
15
- # - job_name: 'price_pusher_ethereum'
16
- # static_configs:
17
- # - targets: ['localhost:9091']
18
- # relabel_configs:
19
- # - source_labels: [__address__]
20
- # target_label: instance
21
- # replacement: 'ethereum'
22
- # - source_labels: [__address__]
23
- # target_label: chain
24
- # replacement: 'ethereum'
25
-
26
- # - job_name: 'price_pusher_solana'
27
- # static_configs:
28
- # - targets: ['localhost:9092']
29
- # relabel_configs:
30
- # - source_labels: [__address__]
31
- # target_label: instance
32
- # replacement: 'solana'
33
- # - source_labels: [__address__]
34
- # target_label: chain
35
- # replacement: 'solana'
36
-
37
14
alerting :
38
15
alertmanagers :
39
16
- static_configs :
@@ -43,24 +20,3 @@ alerting:
43
20
# Alert rules
44
21
rule_files :
45
22
- " alerts.yml"
46
- # Sample alerts.yml content:
47
- # groups:
48
- # - name: price_pusher_alerts
49
- # rules:
50
- # - alert: PriceFeedNotUpdated
51
- # expr: time() - pyth_price_last_published_time > 3600
52
- # for: 5m
53
- # labels:
54
- # severity: warning
55
- # annotations:
56
- # summary: "Price feed not updated"
57
- # description: "Price feed {{ $labels.alias }} has not been updated for more than 1 hour"
58
- #
59
- # - alert: HighErrorRate
60
- # expr: sum(increase(pyth_price_update_errors_total[15m])) > 5
61
- # for: 5m
62
- # labels:
63
- # severity: warning
64
- # annotations:
65
- # summary: "High error rate in price updates"
66
- # description: "There have been more than 5 errors in the last 15 minutes"
0 commit comments