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.
The release fixes several bugs which affect export targets on config reload.
- Export targets not being stopped after removal from the role configuration (#47).
- Graphite exporters stop after a configuration reload that keeps the
graphitesection unchanged. - Requirement of metrics 1.7.0+ for an empty
graphitesection.
Fixed a strict requirement for Tarantool versions in which the metrics module
does not yet provide full support for Graphite.
- Hard dependency on metrics 1.7.0 version even if Graphite is not used.
This release adds support for Graphite.
- Ability to export
graphitemetrics.
The release fixes a small bug on config reload.
- Routes deletion on config reload (#38).
The release contains some minor bugfixes.
Address already in useerror on change role's config on the fly (#34).
- Unclear error message when
roles.httpdconfig is not applied yet (#33).
This release adds TLS support with listen configuration parameter.
- Support TLS for
listenparameter (#26).
- Update Tarantool dependency to
>=3.0.2(#25).
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.
- Introduce latency observation for http endpoint (#17).
- Support
roles.httpdintegration (#15).
The release introduces the metrics-export-role module: export metrics
from Tarantool 3. The release contains role for Tarantool 3 with
documentation.
- The role implementation (#6).
- A documentation for the role to README.md (#5).