File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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
112114faze serve
113115```
114116
117+ ![ Faze Server Running] ( screenshots/faze-serve-sample.png )
118+
115119This 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
You can’t perform that action at this time.
0 commit comments