Tool to collect performance reports in various formats from TeamCity, insert into ClickHouse, send notifications about degradations and visualize the results.
clickhouse-backup- backup clickhouse data.clickhouse-restore- restore clickhouse data.backend- server, provide access to ClickHouse and Postgres via HTTP APItc-collector- collect performance reports from TeamCity artifacts and insert to ClickHouse.degradation-detectorservice that checks for performance degradations and sends notifications.
Directory dashboard contains Vue.js application built using PrimeVue UI Library.
pnpm ito install dependenciespnpm vite serveto start a dev server with hot module replacement.pnpm vite serve --hostto start a dev server with hot module replacement on 0.0.0.0.pnpm buildto build for production andpnpm vite previewto preview the production build.- You can change server to the local one in
ServerWithCompressConfigurator.ts- To test your changes against production server, replace the url to
https://ij-perf-api.labs.jb.gg. Make sure you have access to the internal network.
- To test your changes against production server, replace the url to
To change dashboard, edit your dashboard page in dashboard/new-dashboard/src/components