IcingadbCheckTask: Add callback_sync stats

Changed in <https://github.com/Icinga/icingadb/pull/998>.
This commit is contained in:
Alvar Penning 2025-09-25 10:53:38 +02:00
parent bc7debed4f
commit 75d28b441d
No known key found for this signature in database

View file

@ -419,7 +419,7 @@ void IcingadbCheckTask::ScriptFunc(const Checkable::Ptr& checkable, const CheckR
std::map<String, RingBuffer> statsPerOp;
const char * const icingadbKnownStats[] = {
"config_sync", "state_sync", "history_sync", "overdue_sync", "history_cleanup"
"config_sync", "state_sync", "history_sync", "callback_sync", "overdue_sync", "history_cleanup"
};
for (auto metric : icingadbKnownStats) {