Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Metrics Namespace / EventMetric Class
Properties Methods


In This Topic
    EventMetric Class Members
    In This Topic

    The following tables list the members exposed by EventMetric.

    Public Properties
     NameDescription
    Public PropertyA short caption of what the metric tracks, suitable for end-user display.  
    Public PropertyThe category of this metric for display purposes. Category is the top displayed hierarchy.  
    Public PropertyThe display name of this metric (unique within the category name).  
    Public PropertyThe definition of this event metric.  
    Public PropertyA description of what is tracked by this metric, suitable for end-user display.  
    Public PropertyThe unique Id of this event metric instance. This can reliably be used as a key to refer to this item, within the same session which created it.  
    Public PropertyGets the instance name for this event metric.  
    Public PropertyIndicates whether this is the default metric instance for this metric definition or not.  
    Public PropertyThe four-part key of the metric instance being captured, as a single string.  
    Public PropertyThe metrics capture system label of this metric definition.  
    Top
    Public Methods
     NameDescription
    Public MethodIndicates the relative sort order of this object to another of the same type.  
    Public MethodCreate a new, empty metric sample for this event metric instance, ready to be filled out and written.  
    Public MethodOverloaded. Determines if the provided object is identical to this object.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Registers all event metric definitions defined by attributes on the provided object or Type, and registers metric instances where EventMetricInstanceName attribute is also found (with a live object).  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Write event metric samples for all event metrics defined on the provided data object by attributes.  
    Public MethodOverloaded. Write an event metric sample for this event metric instance using the provided data object.  
    Top
    See Also