Skip to content

Releases: pingcap/tidb-insight

Basic Displaying

12 Oct 03:06
c084337
Compare
Choose a tag to compare
Basic Displaying Pre-release
Pre-release

Implemented module explorer, which provides several commands that can display basic information of collected data.

Multiprocessing on export/import

07 Sep 08:09
Compare
Choose a tag to compare
Pre-release

Use multiprocessing on Prometheus data export & import, reduce time usage on large clusters.

Support TiDB Server Info

21 Aug 07:02
Compare
Choose a tag to compare
Pre-release

Add support of getting TiDB server info, this is not working on v2.0.x or earlier versions, and will generate empty result.

Prometheus export/import

16 Aug 06:49
8e631b3
Compare
Choose a tag to compare
Pre-release

Added feature to export Prometheus metric data and re-import them on another instance, for detailed investigation.

Fix Integration w/ Ansible

11 Jul 02:48
Compare
Choose a tag to compare
Pre-release

Fixed various issues when integrating with tidb-ansible.

Binary Ready

05 Jul 02:49
Compare
Choose a tag to compare
Binary Ready Pre-release
Pre-release

It's now ready to integrate to tidb-ansible with binary release.

Ansible Integration (Initial features)

03 Jul 07:15
Compare
Choose a tag to compare
Pre-release

Add ability to integrate with tidb-ansible.

  • collect log files of TiDB modles
  • collect config files of TiDB modules
  • collect perf data of process

Fix unhandled exceptions since v0.1-test

26 May 08:37
Compare
Choose a tag to compare
pdctl: handle exceptions when PD is not running on the host (#8)

* pdctl: handle exceptions when PD is not running on the host

* fix duplicated function call

Basic functionality of collecting system info

23 May 05:17
Compare
Choose a tag to compare

This is the 1st working release of TiDB-Insight, which now supports collecting:

  • Basic system information
  • Partition information & stats
  • Progress info of TiPD/TiDB/TiKV server (multiple instance on one host is not supported yet)
  • Runtime trace data using perf (disabled by default)
  • Application logs of TiPD/TiDB/TiKV server and system log (disabled by default)
  • Dump critical system configurations (disabled by default)
  • Runtime information of cluster from PD's API (enabled by default, optionally using --pd-host and --pd-port if there's no pd-server running on localhost)

Collected data are saved to data under the project root.

To build the collector binary, install Go and run make.