Releases: pingcap/diag
Releases · pingcap/diag
v1.6.0
What's Changed
- fix cannot show retry log by @nexustar in #463
- install tiup in ci by @nexustar in #464
- fix ci by @kaaaaaaang in #465
- use github action to release by @nexustar in #466
- metricdump: add metricslimit flag by @nexustar in #467
- support dumping metrics by instance by @zyguan in #470
- fix by security advise by @kaaaaaaang in #472
- add metricsexclude by @kaaaaaaang in #474
Full Changelog: v1.5.0...v1.6.0
v1.5.0
- 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
- collector: add more retry when collect metrics
v1.4.2
set default monitor namespace
v1.4.1
- collectk: support --monitor-namespace flag
- fix collector name
- fix the issue of collectk possibly missing some log segments
v1.4.0
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
- fix error when collect log
v1.3.0
New Feature
This is the first version since diag open source :)
- Support collect raw prometheus TSDB
Fix
- Mitigate a path traversal bug