critical
13.2.1. Provider failed because net_version failed
Failed net_version for Provider `{{$labels.provider}}` in Graph node `{{$labels.instance}}`
- alert: ProviderFailedBecauseNet_versionFailed
expr: eth_rpc_status == 1
for: 0m
labels:
severity: critical
annotations:
summary: Provider failed because net_version failed (instance {{ $labels.instance }})
description: "Failed net_version for Provider `{{$labels.provider}}` in Graph node `{{$labels.instance}}`\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" critical
13.2.2. Provider failed because get genesis failed
Failed to get genesis for Provider `{{$labels.provider}}` in Graph node `{{$labels.instance}}`
- alert: ProviderFailedBecauseGetGenesisFailed
expr: eth_rpc_status == 2
for: 0m
labels:
severity: critical
annotations:
summary: Provider failed because get genesis failed (instance {{ $labels.instance }})
description: "Failed to get genesis for Provider `{{$labels.provider}}` in Graph node `{{$labels.instance}}`\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" critical
13.2.3. Provider failed because net_version timeout
net_version timeout for Provider `{{$labels.provider}}` in Graph node `{{$labels.instance}}`
- alert: ProviderFailedBecauseNet_versionTimeout
expr: eth_rpc_status == 3
for: 0m
labels:
severity: critical
annotations:
summary: Provider failed because net_version timeout (instance {{ $labels.instance }})
description: "net_version timeout for Provider `{{$labels.provider}}` in Graph node `{{$labels.instance}}`\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" critical
13.2.4. Provider failed because get genesis timeout
Timeout to get genesis for Provider `{{$labels.provider}}` in Graph node `{{$labels.instance}}`
- alert: ProviderFailedBecauseGetGenesisTimeout
expr: eth_rpc_status == 4
for: 0m
labels:
severity: critical
annotations:
summary: Provider failed because get genesis timeout (instance {{ $labels.instance }})
description: "Timeout to get genesis for Provider `{{$labels.provider}}` in Graph node `{{$labels.instance}}`\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" warning
13.2.5. Store connection slow
Store connection is too slow to `{{$labels.pool}}` pool, `{{$labels.shard}}` shard in Graph node `{{$labels.instance}}`
# Threshold of 10ms. Adjust based on your expected database latency.
- alert: StoreConnectionSlow
expr: store_connection_wait_time_ms > 10
for: 0m
labels:
severity: warning
annotations:
summary: Store connection slow (instance {{ $labels.instance }})
description: "Store connection is too slow to `{{$labels.pool}}` pool, `{{$labels.shard}}` shard in Graph node `{{$labels.instance}}`\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" critical
13.2.6. Store connection very slow
Store connection is very slow to `{{$labels.pool}}` pool, `{{$labels.shard}}` shard in Graph node `{{$labels.instance}}`
# Threshold of 20ms. Adjust based on your expected database latency.
- alert: StoreConnectionVerySlow
expr: store_connection_wait_time_ms > 20
for: 0m
labels:
severity: critical
annotations:
summary: Store connection very slow (instance {{ $labels.instance }})
description: "Store connection is very slow to `{{$labels.pool}}` pool, `{{$labels.shard}}` shard in Graph node `{{$labels.instance}}`\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"