Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DistributionData

Package version

This AggregationData contains a histogram of the collected values.

Hierarchy

Index

Properties

Optional bucketCounts

bucketCounts: number[]

Buckets count

buckets

buckets: Bucket[]

Bucket distribution of the histogram

count

count: number

Get the total count of all recorded values in the histogram

Optional exemplars

exemplars: StatsExemplar[]

If the distribution does not have a histogram, then omit this field.

mean

mean: number

Get the computed mean value of all recorded values in the histogram

startTime

startTime: number

The first timestamp a datapoint was added

stdDeviation

stdDeviation: number

Get the computed standard deviation of all recorded values in the histogram

sum

sum: number

Sum of all recorded values in the histogram

sumOfSquaredDeviation

sumOfSquaredDeviation: number

Get the computed sum of squared deviations of all recorded values in the histogram.

tagValues

tagValues: Array<TagValue | null>

The tagValues that this AggregationData collects and aggregates

timestamp

timestamp: number

The latest timestamp a new data point was recorded

type

Generated using TypeDoc