Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / Metric Class / CalculateValues Method / CalculateValues() Method

In This Topic
    CalculateValues() Method
    In This Topic
    Calculate displayable values based on the full information captured for this metric, returning all dates available at the default interval.
    Syntax
    'Declaration
     
    
    Public Overloads Function CalculateValues() As IMetricValueCollection
    public IMetricValueCollection CalculateValues()

    Return Value

    A metric value set suitable for display
    Remarks
    The raw values may not be suitable for display depending on the unit the values are captured in, and depending on how the data was sampled it may not display well because of uneven sampling if processed directly.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also