Skip to content

Releases: debeando/zenit

v1.4.0

19 Jun 22:11
Compare
Choose a tag to compare
  • Auto discover Amazon RDS
  • Implement logrus for logger

Release v1.3.1

24 Apr 09:49
Compare
Choose a tag to compare
  • Fix metric update int64 value.
  • Fix write on InfluxDB.

Release v1.3.0

16 Dec 15:15
7848afe
Compare
Choose a tag to compare
  • Upgrade influxdb 1.x client v1 to v2.
  • Add AWS RDS Aurora plugin.

Release v1.2.0

06 Nov 09:48
Compare
Choose a tag to compare
  • Print config example.
  • Add error collector for ProxySQL.
  • Add overflow collector for MySQL.
  • Implement exporter to InfluxDB.
  • Allow multiples MySQL and ProxySQL in same agent.
  • Refactoring logging, parser, and load plugins.
  • Allow environment variables in config file.
  • Refactoring config skeleton to show hierarchy for collect.
  • Replace own OS collector to github.com/shirou/gopsutil.

Release v1.1.9

19 Sep 09:41
Compare
Choose a tag to compare
Release v1.1.9 Pre-release
Pre-release
  • #53 Add logrotate for zenit.log and zenit.err
  • #54 Add collect index data from all tables.
  • Fix stderr output for all log to stdout.

Release v1.1.8

15 Sep 17:18
Compare
Choose a tag to compare
Release v1.1.8 Pre-release
Pre-release
  • Collect stats about connection pool from ProxySQL.
  • Add docker image for ProxySQL.
  • Add test for outputs.prometheus.

Release v1.1.7

10 Sep 19:30
c0c8810
Compare
Choose a tag to compare
Release v1.1.7 Pre-release
Pre-release

#44 Replace format config file INI to Yaml.
#31 Add option to enable or disable features in .yaml
#46 Change settings to connect to MySQL in sandbox docker.
#33 Implement service project for good practice.

Release v1.1.6

07 Sep 09:01
Compare
Choose a tag to compare
Release v1.1.6 Pre-release
Pre-release
  • #43 Replace all values inside of IN() lists and convert all digest query to lowercase.
  • #38 Allow retry process for read log file when if exist.
  • Remove all panic method and replace by log.

Release v1.1.5

30 Aug 21:38
4552d36
Compare
Choose a tag to compare
Release v1.1.5 Pre-release
Pre-release

Issue: #34, #36

  • Refactoring slow parser without regular expression.
  • Add compatibility for slow logs make by MariaDB.

Issue: #39

  • Fix slice bounds out of range when parsing slow log.
  • Fix get value from one line with one key and value from slow log.

Release v1.1.4

24 Aug 13:51
Compare
Choose a tag to compare
Release v1.1.4 Pre-release
Pre-release
  • Replace tail command by native package.