You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# DA Monitor
1
+
# EV Metrics
2
2
3
-
Data Availability monitoring tool for evstack using Celestia DA. This tool monitors EVM block headers in real-time, queries ev-node for DA submission information, and verifies blob data on Celestia.
3
+
Data Availability metrics and monitoring tool for evstack using Celestia DA. This tool monitors EVM block headers in real-time, queries ev-node for DA submission information, and verifies blob data on Celestia.
4
4
5
5
## Features
6
6
@@ -83,12 +83,12 @@ Metrics will be available at `http://localhost:2112/metrics`
83
83
84
84
When metrics are enabled, the following metrics are exposed:
85
85
86
-
### `da_monitor_unsubmitted_block_range_start`
86
+
### `ev_metrics_unsubmitted_block_range_start`
87
87
-**Type**: Gauge
88
88
-**Labels**: `chain_id`, `blob_type`, `range_id`
89
89
-**Description**: Start block height of unverified block ranges
90
90
91
-
### `da_monitor_unsubmitted_block_range_end`
91
+
### `ev_metrics_unsubmitted_block_range_end`
92
92
-**Type**: Gauge
93
93
-**Labels**: `chain_id`, `blob_type`, `range_id`
94
94
-**Description**: End block height of unverified block ranges
0 commit comments