Skip to content

Is there any documentation for AggregationOverTime? #387

@0xhellord

Description

@0xhellord

AggregationOverTime.cs:

    public enum AggregationOverTime
    {
        //
        // TODO: the documentation of these values needs to have additional detail
        //       added.
        //

        /// <summary>
        ///     Aggregates the current values.
        /// </summary>
        Current,

        /// <summary>
        ///     Aggregates the rate of the values.
        /// </summary>
        Rate,

        /// <summary>
        ///     Performs a cumulative aggregation.
        /// </summary>
        Cumulative,

        /// <summary>
        ///     Performs an outstanding aggregation.
        /// </summary>
        Outstanding,

        /// <summary>
        ///     Performs an aggregation of the peak.
        /// </summary>
        OutstandingPeak,
    }

Is there any documentation for rate, Outstanding, OutstandingPeak?
Thx!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions