Namespace Azos.Sky.Workers.Server.Queue.Instrumentation
Classes
CompletedErrorTodoCount
How many Todo were completed with Error
CompletedOkTodoCount
How many Todo were completed OK
CompletedTodoCount
How many Todo were completed regardless of OK or Error
EnqueueCalls
How many times Enqueue(Todo[]) was called
EnqueueTodoCount
How many Todo message instances got enqueued
FetchedTodoCount
How many Todo messages got fetched from store
MergedTodoCount
How many Todo instances got merged
ProcessedTodoCount
How many Todo messages got processed
ProcessOneQueueCount
How many times queue slice was processed
PutTodoCount
How many Todo got put into the store
QueueOperationErrorCount
How many times queue processing error happened
QueueThreadSpins
How many times the thread spun
TodoDuplicationCount
How many Todo instances were submitted more than once
TodoQueueLongGauge
Provides base for TodoQueue long gauges
UpdateTodoCount
How many Todo got updated in the store