Skip to content

Releases: pingcap/diag

v1.5.0

09 Oct 10:32
d01f425
Compare
Choose a tag to compare
  • Fix wrong flag --direct flag
  • Add flag --api-timeout flag to metricdump
  • Use inClusterConfig instead of kubeconfig file when --direct is true
  • Support custom metrics datasource in collect/collectdm/collectk
  • Only collect metrics from the first prometheus

v1.4.3

29 Aug 07:47
d0d680a
Compare
Choose a tag to compare
  • collector: add more retry when collect metrics

v1.4.2

14 Aug 08:37
88122e8
Compare
Choose a tag to compare

set default monitor namespace

v1.4.1

14 Aug 06:49
89ec99d
Compare
Choose a tag to compare
  • collectk: support --monitor-namespace flag
  • fix collector name
  • fix the issue of collectk possibly missing some log segments

v1.4.0

04 Aug 07:32
c707764
Compare
Choose a tag to compare

v1.4.0

  • collector: support collect rocksdb log for tiup-cluster deployed cluster
  • (EXPERIMENTAL)cmd: add collectk subcommand and support collect logs for k8s cluster
  • collector: use value of --api-timeout when collect metrics
  • rebuilder: fix cannot show error message when fail to rebuild
  • metricdump: support costom header
  • rebuilder: fix too many connection
  • rebuilder: fix deadlock when rebulid
  • packager: check target path

Notice

Starting from v1.4.0, we have added the 'collectk' command to the 'diag cmd' for collecting information about TiDB clusters deployed on Kubernetes. This command replaces the old 'k8s diag server'. You can still use the old 'k8s diag', but it will no longer be updated.

v1.3.1

07 Mar 11:00
97fd08a
Compare
Choose a tag to compare
  • fix error when collect log

v1.3.0

15 Feb 08:49
c0cacb0
Compare
Choose a tag to compare

New Feature

This is the first version since diag open source :)

  • Support collect raw prometheus TSDB

Fix

  • Mitigate a path traversal bug

v1.2.1

17 Nov 05:31
2441bb6
Compare
Choose a tag to compare

This is a patch release of Diag.

Fix

  • Fix check failed on 6.2 #418

v1.2.0

31 Oct 09:18
eb61d12
Compare
Choose a tag to compare

This is a minor release of Diag.

New Feature

  • Add metricfilter for k8s #417

Fix

  • Fix check failed on 6.2 #418

Improvement

  • Identify tiflash compressed log #415

v1.1.0

21 Sep 06:37
9b759bc
Compare
Choose a tag to compare

This is a minor release of Diag.

New Features:

Fixes:

  • Fix KB links on checker #395
  • Fix wrong meta limit on packager #400
  • Use system rootCAs on uploader #411

Improvement:

  • Allow collect metrics without compress #413
  • Allow collect metrics without PD on utils #414