{ CountType::SUM, "inspector_deletions", "number of times inspectors were deleted" },
{ CountType::SUM, "daq_reloads", "number of times daq configuration was reloaded" },
{ CountType::SUM, "attribute_table_reloads", "number of times hosts attribute table was reloaded" },
+ { CountType::SUM, "attribute_table_hosts", "number of hosts added to the attribute table" },
+ { CountType::SUM, "attribute_table_overflow", "number of host additions that failed due to attribute table full" },
{ CountType::END, nullptr, nullptr }
};
PegCount inspector_deletions;
PegCount daq_reloads;
PegCount attribute_table_reloads;
+ PegCount attribute_table_hosts; // FIXIT-D - remove when host attribute pegs updated
+ PegCount attribute_table_overflow; // FIXIT-D - remove when host attribute pegs updated
};
extern ProcessCount proc_stats;