Skip to content

Releases: pourer/pika_exporter

v0.6.0

19 Mar 07:59
4d88532
Compare
Choose a tag to compare
  • Support pika version 2.2.3.3

v0.5.0

26 Aug 05:56
Compare
Choose a tag to compare

v0.4.0

13 Aug 07:31
Compare
Choose a tag to compare
  • Fully Supported Pika-v2.2.6
  • Refactor metric slave_state and slave_lag
  • Metric is_compact replace by metric compact, see README

v0.3.2

25 Jul 02:44
Compare
Choose a tag to compare
  • fix: Solved the problem that the value of label command in command_exec_count metrics starts with \n

v0.3.1

24 Jul 11:09
Compare
Choose a tag to compare
  • Add support for command_exec_count metrics, base on the text of # Command_Exec_Count section when execute INFO ALL command

v0.3.0

24 Jul 10:32
Compare
Choose a tag to compare
  • fix parse master-slave-info failed when pika version >= v3.1.0

v0.2.0

23 Jul 09:29
Compare
Choose a tag to compare
  • fix bug: Some metrics value has \r in the end
  • refactor: refactor keyMatchParser

v0.1.1

23 Jul 07:11
Compare
Choose a tag to compare
  • Improve support for pika version v3.3.5

v0.1.0

20 Jul 02:54
Compare
Choose a tag to compare
  • Cancel metrics configuration, reduce the const of the user.
  • Use versionMatchParser,regexParser,normalParser, provide the basis to support all versions of the pika metrics mnitoring.
  • Add preliminary unit test.
  • Dependent Package manager tool, use go module.
  • Delete the files no longer used.