]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journal: expose last 10 high priority logs as metrics (#42621)
authorLennart Poettering <lennart@amutable.com>
Tue, 23 Jun 2026 16:36:12 +0000 (18:36 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2026 16:36:12 +0000 (18:36 +0200)
This commit exposes the last 10 high priority logs as metrics so that
the systemd-report reports them. The entries are reported as
`io.systemd.Journal.HighPriorityMessage` and include all fields that are
printable as strings.

This is archived via a new socket-activated unit listens on
/run/systemd/report/io.systemd.Journal


Trivial merge