Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Releases: tarantool/graphite

0.0.3

21 Jan 14:16
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

Added

  • graphite.metrics() function to see which metrics module is currently collecting
  • Ability to configure polling and pushing intervals

Removed

  • box.stat.net().EVENTS and box.stat.net().LOCKS metrics from collecting

0.0.2

17 Jan 13:49
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

Fixed

  • Fix "assign to undeclared variable" runtime error
  • Fix rpm spec to include initialization file

0.0.1

11 Jan 18:29
8382b6a
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

Added

  • Support basic tarantool statistics like box.slab.info() and box.stat.net()
  • Support adding custom sec metrics using add_sec_metric function
  • Luarocks packaging
  • RPM packaging
  • Basic test checking module is loadable
  • Travis CI configuration