# Functions
CallbackWaitTime tracks how much time elapsed between when the rule was evaluated and the callback called.
CrawlerEvalTime tracks how much time for crawler evals.
CrawlerQueryTime tracks how much time for crawler queries.
CrawlerValuesCount tracks the number of crawler prefix values.
IncLockMetric increments the lock count.
IncSatisfiedThenNot increments the count of a rule having initially been satisfied and then not satisfied, either after the initial evaluation or after the lock was obtained.
IncWatcherErrMetric increments the watcher error count.
KeyProcessBufferCap tracks the capacity of the key processor buffer.
TimesEvaluated sets the number of times a rule has been evaluated.
WorkBufferWaitTime tracks the amount of time a work item was in the work buffer.
WorkerQueueWaitTime tracks the amount of time a work item has been sitting in a worker queue.
WorkerCount tracks the number of workers.