Class ClientTotalErrors
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: NFX.Glue.Instrumentation
Assembly: NFX.dll
Syntax
[Serializable]
[BSONSerializable("EC7EAC3E-CB04-4364-BEDC-D6FE3C83542A")]
public class ClientTotalErrors : ClientGauge, IArchiveLoggable, IBSONSerializable, IBSONDeserializable, IJSONWritable, INetInstrument, IIOInstrumentClass, IOperationClass, IErrorInstrument, IProblemClass, IInstrumentClass
Constructors
ClientTotalErrors(String, Int64)
Declaration
protected ClientTotalErrors(string src, long value)
Parameters
Type | Name | Description |
---|---|---|
System.String | src | |
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 |
Overrides
Record(Node, Int64)
Declaration
public static void Record(Node node, long value)
Parameters
Type | Name | Description |
---|---|---|
Node | node | |
System.Int64 | value |