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-detector
service that checks for performance degradations and sends notifications.
Directory dashboard
contains Vue.js application built using PrimeVue UI Library.
pnpm i
to install dependenciespnpm vite serve
to start a dev server with hot module replacement.pnpm build
to build for production andpnpm vite preview
to preview the production build.- You can change server to the local one in
ServerConfigurator.ts
To change dashboard, edit your dashboard page in dashboard/new-dashboard/src/components