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


In This Topic
    SampledMetric Class Members
    In This Topic

    The following tables list the members exposed by SampledMetric.

    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. Displayed as a dot (.) delimited hierarchal display.  
    Public PropertyThe display name of this metric (unique within the category name).  
    Public PropertyThe definition of this sampled metric.  
    Public PropertyA description of what is tracked by this metric, suitable for end-user display.  
    Public PropertyThe unique Id of this sampled 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 sampled 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.  
    Public PropertyThe intended method of interpreting the sampled counter value.  
    Public PropertyThe display caption for the units this metric's values represent, or null for unit-less values.  
    Top
    Public Methods
     NameDescription
    Public MethodCompare this sampled metric to another sampled metric.  
    Public MethodOverloaded. Determines if the provided sampled metric is identical to this sampled metric.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Pre-registers all sampled metric definitions defined by attributes on the provided object or Type, and registers metric instances where SampledMetricInstanceName attribute is also found.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Write sampled metric samples for all sampled metrics defined on the provided data object by attributes.  
    Public MethodOverloaded. Write a metric sample with the provided data immediately, for non-fraction sampling types.  
    Top
    See Also

    Reference

    SampledMetric Class
    Gibraltar.Agent.Metrics Namespace

    Developer's Reference

    Metrics - Designing Sampled Metrics
    Metrics - Sampled and Event Metrics