Class MessagingFallbackCount
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.Web.Messaging.Instrumentation
Assembly: NFX.Web.dll
Syntax
[Serializable]
[BSONSerializable("352086BB-36DB-4B27-9F85-41933FB8BD6E")]
public class MessagingFallbackCount : MessagingSinkLongGauge, IArchiveLoggable, IBSONSerializable, IBSONDeserializable, IJSONWritable, IWebInstrument, IOperationClass, IInstrumentClass
Constructors
MessagingFallbackCount(String, Int64)
Declaration
public MessagingFallbackCount(string source, long value)
Parameters
Type | Name | Description |
---|---|---|
System.String | source | |
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(String, Int64)
Declaration
public static void Record(string source, long value)
Parameters
Type | Name | Description |
---|---|---|
System.String | source | |
System.Int64 | value |