Skip to content

Releases: xudesheng/tsample

Release_v4.4.0

09 May 06:40
Compare
Choose a tag to compare
  • support Oauth token for the authentication

Changed

Release_v4.3.4

20 Jan 07:08
Compare
Choose a tag to compare

Added

Release_v4.3.3

05 Jul 16:59
Compare
Choose a tag to compare

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

11 May 21:27
Compare
Choose a tag to compare

Changed

Release_v4.2.4

05 May 18:23
Compare
Choose a tag to compare

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

10 Apr 20:31
Compare
Choose a tag to compare

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

07 Apr 18:35
Compare
Choose a tag to compare

Changed

  • Support "double" or "java.lang.Double" for the "f64" type. it will be a float in InfluxDB.

Release_v4.2.1

30 Mar 14:23
Compare
Choose a tag to compare

Changed

  • Removed company Email address from the sample configuration file.

Release_v4.2.0

25 Mar 21:30
Compare
Choose a tag to compare

Added

  • Added jmx_metrics in the config, you can grab all possible jmx metrics now.
  • added jmx_c3p0_connections and jmx_memory_status as two examples in the config.

Deleted

  • deleted c3p0_metrics in the config, it is not used anymore.

Release_v4.1.2

15 Mar 17:43
Compare
Choose a tag to compare

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.