Releases: xudesheng/tsample
Releases · xudesheng/tsample
4.1.0
Added
- support to grab metrics from arbitrary URLs
4.0.0
Changed
- Replaced the
influxdb
client driver with the one from the vendor. The original driver was built by myself 3+ years ago and I don't want to maintain it anymore. - Upgraded the Rust version to the latest stable version (2021 edition 1.59).
- Upgraded tokio library from 0.2 to 1.17. A big jump.
- Replaced the error lib from
failure
toanyhow
- Changed the configuration file format from TOML to YAML for readability.
- Changed the optional CSV output format to CSV but JSON payload.
- Support to dynamically grasp the available connection servers.
- Support to summarize the result from the JMX extension output,mainly focus on the C3P0 driver metrics.
- Replace
native-tls
withrustls
for the TLS library. This will remove the depencency of the OpenSSL installation. - Added github action to build and release the multiple targets executable files, instead of using local dockers.