Skip to content

Latest commit

 

History

History
88 lines (50 loc) · 2.16 KB

File metadata and controls

88 lines (50 loc) · 2.16 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.4.2 - 2026-08-07

The release fixes several bugs which affect export targets on config reload.

Fixed

  • Export targets not being stopped after removal from the role configuration (#47).
  • Graphite exporters stop after a configuration reload that keeps the graphite section unchanged.
  • Requirement of metrics 1.7.0+ for an empty graphite section.

0.4.1 - 2026-05-07

Fixed a strict requirement for Tarantool versions in which the metrics module does not yet provide full support for Graphite.

Fixed

  • Hard dependency on metrics 1.7.0 version even if Graphite is not used.

0.4.0 - 2026-03-27

This release adds support for Graphite.

Added

  • Ability to export graphite metrics.

0.3.2 - 2025-11-11

The release fixes a small bug on config reload.

Fixed

  • Routes deletion on config reload (#38).

0.3.1 - 2025-07-07

The release contains some minor bugfixes.

Fixed

  • Address already in use error on change role's config on the fly (#34).

Changed

  • Unclear error message when roles.httpd config is not applied yet (#33).

0.3.0 - 2024-12-27

This release adds TLS support with listen configuration parameter.

Added

  • Support TLS for listen parameter (#26).

Fixed

  • Update Tarantool dependency to >=3.0.2 (#25).

0.2.0 - 2024-10-02

The release introduces the integration with httpd role and latency observation for http endpoint. Now it is possible to reuse server's address from httpd role config for metrics-export-role configuration.

Added

  • Introduce latency observation for http endpoint (#17).
  • Support roles.httpd integration (#15).

0.1.0 - 2024-06-11

The release introduces the metrics-export-role module: export metrics from Tarantool 3. The release contains role for Tarantool 3 with documentation.

Added

  • The role implementation (#6).
  • A documentation for the role to README.md (#5).