Class QueueOperationErrorCount
How many times queue processing error happened
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Sky.Workers.Server.Queue.Instrumentation
Assembly: Azos.Sky.dll
Syntax
[Serializable]
[BSONSerializable("1FA8D0D3-577B-46C1-A86D-864CDBC7EBBA")]
public class QueueOperationErrorCount : TodoQueueLongGauge, IArchiveLoggable, IBSONSerializable, IBSONDeserializable, IJSONWritable, IQueueInstrument, IWorkerInstrument, IOperationClass, IErrorInstrument, IProblemClass, IInstrumentClass
Constructors
QueueOperationErrorCount(String, Int64)
Declaration
public QueueOperationErrorCount(string queue, long value)
Parameters
Type | Name | Description |
---|---|---|
System.String | queue | |
System.Int64 | value |
Properties
Description
Declaration
public override string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
ValueUnitName
Declaration
public override string ValueUnitName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
MakeAggregateInstance()
Declaration
protected override Datum MakeAggregateInstance()
Returns
Type | Description |
---|---|
Datum |