OpenTelemetry SDK
    Preparing search index...

    Enumeration DataPointType

    The aggregated point data type.

    Index
    EXPONENTIAL_HISTOGRAM: 1

    An exponential histogram data point contains a histogram statistics of collected values where bucket boundaries are automatically calculated using an exponential function, and statistics such as min, max, count, and sum of all collected values.

    GAUGE: 2

    A gauge metric data point has only a single numeric value.

    HISTOGRAM: 0

    A histogram data point contains a histogram statistics of collected values with a list of explicit bucket boundaries and statistics such as min, max, count, and sum of all collected values.

    SUM: 3

    A sum metric data point has a single numeric value and a monotonicity-indicator.