mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
IcingadbCheckTask: Add callback_sync stats
Changed in <https://github.com/Icinga/icingadb/pull/998>.
This commit is contained in:
parent
bc7debed4f
commit
75d28b441d
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue