iocaine/CHANGELOG.md
Gergely Nagy e34e81cf10
Some checks failed
build / binary (push) Has been cancelled
build / binary-static (x86_64-linux) (push) Has been cancelled
build / clippy (push) Has been cancelled
lint / linting (push) Has been cancelled
build / container (push) Has been cancelled
Correctly initialize [server].bind & [metrics].bind
Fixes #10.

Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
2025-03-05 11:57:08 +01:00

956 B

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.

Unreleased

Added

  • The iocaine_garbage_served metric will have the same labels applied to it as iocaine_requests_total.
  • Implemented a new metric, iocaine_maze_depth, a counter to track how deep the maze has been explored so far.
  • When metrics are enabled, process metrics such as CPU seconds used, memory usage, etc, are also emitted.

Fixed

  • The default bind address, both for the main service, and for metrics, are now correctly initialized with a default.

1.0.0 - 2025-03-01

Initial release.