Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IEventMetric Interface
Properties Methods

In This Topic
    IEventMetric Interface Members
    In This Topic

    The following tables list the members exposed by IEventMetric.

    Public Properties
     NameDescription
     PropertyA short caption of what the metric tracks, suitable for end-user display. (Inherited from Loupe.Extensibility.Data.IMetric)
     PropertyThe category of this metric for display purposes. Category is the top displayed hierarchy. (Inherited from Loupe.Extensibility.Data.IMetric)
     PropertyThe display name of this metric (unique within the category name). (Inherited from Loupe.Extensibility.Data.IMetric)
     PropertyThe definition of this metric object. (Inherited from Loupe.Extensibility.Data.IMetric)
     PropertyA description of what is tracked by this metric, suitable for end-user display. (Inherited from Loupe.Extensibility.Data.IMetric)
     PropertyThe last date and time of the raw data samples. (Inherited from Loupe.Extensibility.Data.IMetric)
     PropertyThe unique Id of this metric instance. This can reliably be used as a key to refer to this item. (Inherited from Loupe.Extensibility.Data.IMetric)
     PropertyGets or sets an instance name for this performance counter. (Inherited from Loupe.Extensibility.Data.IMetric)
     PropertyIndicates whether this is the default metric instance for this metric definition or not. (Inherited from Loupe.Extensibility.Data.IMetric)
     PropertyThe internal metric type of this metric definition (Inherited from Loupe.Extensibility.Data.IMetric)
     PropertyThe fully qualified name of the metric being captured. (Inherited from Loupe.Extensibility.Data.IMetric)
     PropertyThe set of raw samples for this metric (Inherited from Loupe.Extensibility.Data.IMetric)
     PropertyThe sample type of the metric. Indicates whether the metric represents discrete events or a continuous value. (Inherited from Loupe.Extensibility.Data.IMetric)
     PropertyThe earliest start date and time of the raw data samples. (Inherited from Loupe.Extensibility.Data.IMetric)
    Top
    Public Methods
     NameDescription
     MethodCompute displayable values based on the full information captured for this metric  
    Top
    See Also