🚀 Features
Section titled “🚀 Features”Add a duration field to operator metrics
Section titled “Add a duration field to operator metrics”Dec 6, 2023 · @dominiklohmann · #3713
The tenzir.metrics.operator metric now contains an additional duration
field with the timespan over which the metric was collected.
🔧 Changes
Section titled “🔧 Changes”Use systemd provided default paths if available
Section titled “Use systemd provided default paths if available”When selecting default paths, the tenzir-node will now respect
the systemd-provided variables STATE_DIRECTORY, CACHE_DIRECTORY
and LOGS_DIRECTORY before falling back to $PWD/tenzir.db.
🐞 Bug Fixes
Section titled “🐞 Bug Fixes”Fix RFC3164 (legacy-syslog) parser expecting spaces after <PRI>
Section titled “Fix RFC3164 (legacy-syslog) parser expecting spaces after <PRI>”Dec 7, 2023 · @eliaskosunen · #3718
The RFC 3164 syslog parser no longer requires a whitespace after the PRI-field
(part in angle brackets in the beginning of a message).
Fix yaml printer enums
Section titled “Fix yaml printer enums”Dec 7, 2023 · @jachris · #3719
The yaml printer no longer crashes when receiving enums.