Skip to content

Commit 5cb8d0b

Browse files
committed
chore(readme): add screenshot in readme
1 parent a19495f commit 5cb8d0b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Faze is a lightweight OTLP collector with an embedded web interface. It provides
88

99
## A look
1010

11+
![Faze Web Interface](screenshots/traces-screen-faze.png)
12+
1113
- Single binary with no external dependencies
1214
- OTLP collector supporting both gRPC and HTTP protocols (partial)
1315
- Embedded web UI for data visualization
@@ -112,11 +114,19 @@ Just makes common tasks way more convenient than typing out full cargo commands
112114
faze serve
113115
```
114116

117+
![Faze Server Running](screenshots/faze-serve-sample.png)
118+
115119
This command:
116120
- Starts the OTLP collector (gRPC on port 4317, HTTP on port 4318)
117121
- Serves the web UI on http://localhost:7070
118122
- Automatically detects your project and stores data in `~/.local/share/faze/<project>.db`
119123

124+
### Trace Details
125+
126+
![Trace Timeline](screenshots/trace-timeline.png)
127+
128+
The web UI provides detailed trace visualization with span timelines, showing middleware execution and request handling flow.
129+
120130
### Query Traces
121131

122132
```bash

0 commit comments

Comments
 (0)