* chore: optimize the chart when only the color metric is selected in TopN * chore: add metric_config to form of View's field * feat: add `Complex Field` to `View` * chore: adjust topn's metrics * fix: fix the issue of switching metrics in TopN * chore: add columns(function, format) to `Complex fields` * chore: verify if the complex field is builtin * fix: set func to max by default in create complex field * chore: change text of button for fetching data to `Apply` in TopN * chore: check if metric support some statistics if rollup is enabled * fix: add `time_field`` to params of fetching data if statistic is `latency`` * chore: check if field support some statistics if rollup is enabled * chore: remove layout in view * fix: format does not work in TopN * fix: adjust filters of fetching data in TopN --------- Co-authored-by: yaojiping <yaojiping@infini.ltd> |
||
|---|---|---|
| .. | ||
| config | ||
| mock | ||
| src | ||
| static | ||
| .gitignore | ||
| README.md | ||
| package.json | ||
| tsconfig.json | ||
README.md
Env
nvm install 16.20.2
npm install cnpm@9.2.0
Running
cnpm install
cnpm run dev
Build
cnpm run build