Aerospike Prometheus Exporter Release 1.2.0 (April 21, 2021)

Aerospike Prometheus Exporter version 1.2.0 was released on April 21, 2021.

This minor release contains a new feature & improvements.

  • Aerospike Prometheus Exporter is now built with Go 1.16.
    • The deprecated, legacy behavior of treating the CommonName field on X.509 serving certificates as a host name when no Subject Alternative Names are present is now disabled by default. It can be temporarily re-enabled by adding the value x509ignoreCN=0 to the GODEBUG environment variable.

New Features

  • [TOOLS-1686] - Added support for mutual authentication and encrypted key file for HTTPS between Prometheus and Exporter.

Improvements