]> git.ipfire.org Git - telemetry.git/commit
graphs: Split the Unbound graphs into multiple files
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 Dec 2025 13:27:32 +0000 (13:27 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 Dec 2025 13:42:03 +0000 (13:42 +0000)
commitb7d4c2ec40f2dfec35340f4edf4cbffb49914f82
treec16bcb009a1aa0f22719aa9843d667293d4d1363
parent54bff14616fcb352045b123f59860fef5502a16c
graphs: Split the Unbound graphs into multiple files

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
13 files changed:
Makefile.am
po/POTFILES.in
po/telemetry.pot
src/daemon/graphs.c
src/daemon/graphs/unbound-cache-performance.c [new file with mode: 0644]
src/daemon/graphs/unbound-cache-performance.h [moved from src/daemon/graphs/unbound.h with 85% similarity]
src/daemon/graphs/unbound-cache-usage.c [new file with mode: 0644]
src/daemon/graphs/unbound-cache-usage.h [new file with mode: 0644]
src/daemon/graphs/unbound-memory-usage.c [new file with mode: 0644]
src/daemon/graphs/unbound-memory-usage.h [new file with mode: 0644]
src/daemon/graphs/unbound-recursion-time.c [new file with mode: 0644]
src/daemon/graphs/unbound-recursion-time.h [new file with mode: 0644]
src/daemon/graphs/unbound.c [deleted file]