diff --git a/README.md b/README.md index 6f31368..936a40e 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,12 @@ A terminal OpenTelemetry viewer inspired by [otel-desktop-viewer](https://github.com/CtrlSpice/otel-desktop-viewer/tree/main) +Traces ![Traces](./docs/traces.png) ![Spans](./docs/spans.png) +Logs +![Logs](./docs/logs.png) ## Getting Started @@ -31,7 +34,10 @@ There're a lot of things to do. Here are some of them: - [ ] Display metrics - [ ] ... - Logs - - [ ] Display logs + - [x] Display logs + - [x] Filter logs + - [x] Show log information + - [ ] Show logs related to a specific trace or span - [ ] ... - UI - [ ] Improve UI @@ -39,10 +45,10 @@ There're a lot of things to do. Here are some of them: - [ ] ... - Performance - [x] Timer based refresh - - [x] Data rotation (current buffer size: 1000 service root spans) + - [x] Data rotation (current buffer size: 1000 service root spans and logs) - [ ] ... - Configurations - - [ ] Endpoint + - [ ] Port - [ ] Refresh interval - [ ] Buffer size - [ ] ... diff --git a/docs/logs.png b/docs/logs.png new file mode 100644 index 0000000..4b6015a Binary files /dev/null and b/docs/logs.png differ diff --git a/docs/spans.png b/docs/spans.png index ba693a8..cf73ead 100644 Binary files a/docs/spans.png and b/docs/spans.png differ diff --git a/docs/traces.png b/docs/traces.png index 18ef93f..63969da 100644 Binary files a/docs/traces.png and b/docs/traces.png differ