diff --git a/README.md b/README.md index 97eaa63..03a9aeb 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ # otel-tui -🚧 This project is under construction 🚧 - 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) +Metrics +![Metrics](./docs/metrics.png) + Logs ![Logs](./docs/logs.png) @@ -97,7 +98,16 @@ There're a lot of things to do. Here are some of them: - [x] Show trace information - [ ] ... - Metrics - - [ ] Display metrics + - [x] Metric stream + - [x] Display metric stream + - [x] Filter metrics + - [x] Show metric information + - [x] Display basic chart of the selected metric + - [ ] Metric list + - [ ] Display metric stream + - [ ] Flexible chart (query, selectable dimensions, etc.) + - [ ] Auto refresh chart + - [ ] Asynchronous chart rendering - [ ] ... - Logs - [x] Display logs diff --git a/docs/logs.png b/docs/logs.png index 4b6015a..a1dcf73 100644 Binary files a/docs/logs.png and b/docs/logs.png differ diff --git a/docs/metrics.png b/docs/metrics.png new file mode 100644 index 0000000..f275666 Binary files /dev/null and b/docs/metrics.png differ diff --git a/docs/spans.png b/docs/spans.png index cf73ead..e8c172b 100644 Binary files a/docs/spans.png and b/docs/spans.png differ diff --git a/docs/traces.png b/docs/traces.png index 63969da..36d4bf4 100644 Binary files a/docs/traces.png and b/docs/traces.png differ