app/vmui/README.md: remove features chapter, since it lists unimportant and/or misleading features

The main user-visible features for vmui are documented at https://docs.victoriametrics.com/#vmui .
This commit is contained in:
Aliaksandr Valialkin 2021-12-09 19:50:21 +02:00
parent b42981c465
commit b85e88e2db
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -2,19 +2,6 @@
Web UI for VictoriaMetrics
Features:
- configurable Server URL
- configurable time range - every variant have own resolution to show around 30 data points
- query editor has basic highlighting and can be multi-line
- chart is responsive by width
- color assignment for series is automatic
- legend with reduced naming
- tooltips for closest data point
- auto-refresh mode with several time interval presets
- table and raw JSON Query viewer
## Docker image build
Run the following command from the root of VictoriaMetrics repository in order to build `victoriametrics/vmui` Docker image:
@ -65,4 +52,4 @@ Then run the built binary with the following command:
bin/victoria-metrics -selfScrapeInterval=5s
```
Then navigate to `http://localhost:8428/vmui/`
Then navigate to `http://localhost:8428/vmui/`. See [these docs](https://docs.victoriametrics.com/#vmui) for more details.