https://github.com/pingcap/tidb-inspect-tools
https://github.com/pingcap/tidb-inspect-tools
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pingcap/tidb-inspect-tools
- Owner: pingcap
- License: apache-2.0
- Created: 2017-11-29T08:19:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T12:48:04.000Z (over 5 years ago)
- Last Synced: 2025-03-22T16:02:11.674Z (11 months ago)
- Language: Python
- Size: 21.5 MB
- Stars: 27
- Watchers: 117
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tidb-inspect-tools
------
tidb-inspect-tools are some useful inspection tool collections for TiDB.
## Tool list
- [grafana_collector](https://github.com/pingcap/tidb-inspect-tools/tree/master/grafana_collector)
A tool for generating PDF reports for Grafana dashboards.
- [kafka_adapter](https://github.com/pingcap/tidb-inspect-tools/tree/master/kafka_adapter)
Alertmanager webhook receiver for the Kafka service.
- [syslog_adapter](https://github.com/pingcap/tidb-inspect-tools/tree/master/syslog_adapter)
Alertmanager webhook receiver for the syslog service.
- [tcp_prober](https://github.com/pingcap/tidb-inspect-tools/tree/master/tcp_prober)
A tool for checking monitoring modules's health via TCP port probe.
- [tidb_exporter](https://github.com/pingcap/tidb-inspect-tools/tree/master/tidb_exporter)
A tool for checking the TiDB server's health by sending SQL queries to it. The `tidb_exporter` exposes metrics via HTTP on the `/metrics` endpoint for Prometheus.
- [tikv_metrics_proxy](https://github.com/pingcap/tidb-inspect-tools/tree/master/tikv_metrics_proxy)
A tool for exposing Prometheus metrics of TiKV server.
## License
Apache 2.0 license. See the [LICENSE](https://github.com/pingcap/tidb-inspect-tools/blob/master/LICENSE) file for details.