Skip to content

Commit 698cc65

Browse files
author
tac0turtle
committed
fmt
1 parent ddb5d13 commit 698cc65

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/guides/da-visualizer.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The Data Availability (DA) Visualizer is a built-in monitoring tool in Evolve th
77
## Overview
88

99
The DA Visualizer provides:
10+
1011
- Real-time monitoring of blob submissions (last 100 submissions)
1112
- Success/failure statistics and trends
1213
- Gas price tracking and cost analysis
@@ -74,6 +75,7 @@ GET /da/stats
7475
```
7576

7677
Returns aggregated statistics including:
78+
7779
- Total submissions count
7880
- Success/failure rates
7981
- Average gas price
@@ -88,6 +90,7 @@ GET /da/health
8890
```
8991

9092
Returns the current health status of the DA layer including:
93+
9194
- Connection status
9295
- Recent error rates
9396
- Performance metrics
@@ -98,6 +101,7 @@ Returns the current health status of the DA layer including:
98101
### Real-time Monitoring
99102

100103
The dashboard automatically updates every 30 seconds, displaying:
104+
101105
- Recent submission feed with status indicators (last 100 submissions)
102106
- Success rate percentage
103107
- Current gas price trends
@@ -106,6 +110,7 @@ The dashboard automatically updates every 30 seconds, displaying:
106110
### Submission Details
107111

108112
Each submission entry shows:
113+
109114
- Timestamp
110115
- Blob ID with link to detailed view
111116
- Number of blobs in the batch
@@ -116,6 +121,7 @@ Each submission entry shows:
116121
### Statistics Dashboard
117122

118123
The statistics section provides:
124+
119125
- **Performance Metrics**: Success rate, average submission time
120126
- **Cost Analysis**: Total gas spent, average gas price over time
121127
- **Volume Metrics**: Total blobs submitted, average blob size
@@ -124,6 +130,7 @@ The statistics section provides:
124130
### Health Monitoring
125131

126132
The health status indicator shows:
133+
127134
- 🟢 **Healthy**: DA layer responding normally
128135
- 🟡 **Warning**: Some failures but overall functional
129136
- 🔴 **Critical**: High failure rate or connection issues

pkg/rpc/server/da_visualization_non_aggregator_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,3 @@ func TestAggregatorWithNoSubmissionsHTML(t *testing.T) {
168168
assert.NotContains(t, body, "Non-aggregator")
169169
assert.NotContains(t, strings.ToLower(body), "non-aggregator nodes do not submit")
170170
}
171-

0 commit comments

Comments
 (0)