Skip to content

Aerospike Prometheus Exporter v1.21.0

Latest
Compare
Choose a tag to compare
@mphanias mphanias released this 17 Dec 11:02

New in this version

This version implements fixes in security, authentication, and histogram data retrieval.

Bug fixes

  • Aerospike Prometheus Exporter (APE) was sending the wrong histogram info command to the server if the namespace name contained a hyphen. [OM-209]
  • If APE logged in using PKI, it did not scrape the aerospike_users_conns_in_use metric. Scraping was unaffected if APE logged in using internal authentication. [OM-211]

Security

  • Updated the github.com/sirupsen/logrus package. The affected version was vulnerable to Denial of Service (DoS) via the logrus.Writer() function, which could be triggered by logging text longer than 64kb without newlines. [OM-214]