Releases: xudesheng/tsample
Releases · xudesheng/tsample
Release_v4.4.0
- support Oauth token for the authentication
Changed
Release_v4.3.4
- Update build cache in order to solve the issue: rustls/rustls#1012
Added
Release_v4.3.3
Changed
- Update cargo lock in order to remove the dependency on
smallvec
old version - Change rust builder version to 1.62.0
Release_v4.3.1
Changed
- Support to expose metrics in Prometheus format (http://localhost:19090/metrics).
- Changed the response time unit from nano to milliseconds.
Release_v4.2.4
Changed
- Fixed the bug: when a query is timed out, the sleep time was not being reset due to u64 overflow.
Release_v4.2.3
Added
- Limited support to flatten the Java TabularData format into InfluxDB Measurement for GC metrics.
- Added sample of
jmx_garbagecollector_status
to capture the GC metrics in the sample configuration file.
Release_v4.2.2
Changed
- Support "double" or "java.lang.Double" for the "f64" type. it will be a float in InfluxDB.
Release_v4.2.1
Changed
- Removed company Email address from the sample configuration file.
Release_v4.2.0
Added
- Added
jmx_metrics
in the config, you can grab all possible jmx metrics now. - added
jmx_c3p0_connections
andjmx_memory_status
as two examples in the config.
Deleted
- deleted
c3p0_metrics
in the config, it is not used anymore.
Release_v4.1.2
Added
- Added
deb
format for downloading. Debian based user can directly install this package.
Changed
- x86_64 builds will be generated automatically via github actions.
- aarch64 (including Apple Silicon) builds will be generated manually.