Skip to content

v0.1.10

Choose a tag to compare

@duyet duyet released this 31 Oct 07:07
· 481 commits to main since this release
57fd454

Docker

$ docker pull ghcr.io/duyet/clickhouse-monitoring:0.1.10

Helm Chart

helm repo add duyet https://duyet.github.io/charts

cat <<EOF >> values.yaml
image:
   tag: 0.1.10
env:
  - name: CLICKHOUSE_HOST
    value: http://localhost:8123
  - name: CLICKHOUSE_USER
    value: default
  - name: CLICKHOUSE_PASSWORD
    value: ''
  - name: CLICKHOUSE_TZ
    value: 'Asia/Ho_Chi_Minh'
  - name: CLICKHOUSE_MAX_EXECUTION_TIME
    value: '15'
  - name: NEXT_QUERY_CACHE_TTL
    value: '86400'
EOF

helm install -f values.yaml clickhouse-monitoring-release duyet/clickhouse-monitoring

What's Changed

  • fix: wrong logo size on responsive by @duyet in #356
  • feat(tracking): Configurable events tracking table name via EVENTS_TABLE_NAME (Default: system.monitoring_events) by @duyet in #357
  • feat: add clickhouse quick info in overview by @duyet in #358
  • chore: update overview display by @duyet in #359
  • chore(ci): renovate schedule weekends by @duyet in #360
  • chore(deps): update nextjs monorepo to v14.2.13 by @renovate in #361
  • chore(deps): update dependency @codecov/webpack-plugin to v1 by @renovate in #363
  • chore(deps): update all non-major dependencies by @renovate in #362
  • fix(ui): dropdown filter cannot scroll down by @duyet in #365
  • chore: CodeDialog format support custom className by @duyet in #366
  • feat: add charts to failed-query page by @duyet in #367
  • chore: improved visibility button, update charts for zookeeper, more info expensive-queries by @duyet in #368
  • fix: overview table count ignore system database by @duyet in #369
  • chore(overview): breakdown component charts by @duyet in #370
  • feat: add chart to track KEEPER_EXCEPTION error by @duyet in #371
  • feat: new '/errors' endpoint to display system error logs and history, with support for filtering by error type by @duyet in #372
  • feat: add filter to /history-query and display SQL code dialog with params_x by @duyet in #373
  • feat(ci): e2e test against v24.7, v24.8 by @duyet in #374
  • chore(ui): change filter icon by @duyet in #375
  • feat: add LICENSE by @duyet in #376
  • chore(deps): update all non-major dependencies by @renovate in #377
  • fix: correct the calculation of the 'expires_in' field in the query cache by @duyet in #379
  • chore(deps): update nextjs monorepo to v14.2.14 by @renovate in #382
  • chore(deps): update docker/login-action digest to 1f36f5b by @renovate in #380
  • chore(deps): update all non-major dependencies by @renovate in #381
  • chore(deps): update dependency eslint-plugin-react-hooks to v5 by @renovate in #386
  • chore(deps): update dependency eslint-plugin-cypress to v4 by @renovate in #385
  • chore(deps): update all non-major dependencies by @renovate in #383
  • chore(deps): update nextjs monorepo to v14.2.16 by @renovate in #384
  • chore(deps): update all non-major dependencies by @renovate in #389
  • chore(deps): update docker/login-action digest to 0689575 by @renovate in #387
  • chore(deps): update docker/metadata-action digest to d31acd5 by @renovate in #388
  • fix(deps): update dependency react-resizable-panels to v2.1.6 by @renovate in #391
  • feat: improving the filter handling logic, ability to click on bar charts to filter data by @duyet in #378
  • chore(deps): update nextjs monorepo to v15 (major) by @renovate in #390

Full Changelog: v0.1.9...v0.1.10