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

Releases: tarantool/prometheus

Fix prometheus true/false parsing

14 Sep 08:21
5d9ef2e
Compare
Choose a tag to compare

1/0 instead of true/false

Replication lag

13 Sep 11:42
55eb876
Compare
Choose a tag to compare

Added replication lag gauge metrics

1.0.1

03 Jul 13:28
Compare
Choose a tag to compare

Fixed

  • Fix case when box.cfg is not called for basic tarantool stats

1.0.0

10 Jan 13:58
Compare
Choose a tag to compare

Added

  • Support for counter, gauge and histogram metrics
  • Exporting metrics to a prometheus plaintext format
  • Serving metrics via tarantool 'http' module
  • Collecting basic tarantool stats: memory, request count and tuple counts by space
  • Luarock-based packaging
  • Basic unit tests