Options
All
  • Public
  • Public/Protected
  • All
Menu

Properties of a HistogramDataPoint.

Hierarchy

  • IHistogramDataPoint

Index

Properties

attributes?: IKeyValue[]

HistogramDataPoint attributes

bucketCounts?: number[]

HistogramDataPoint bucketCounts

count?: number

HistogramDataPoint count

exemplars?: IExemplar[]

HistogramDataPoint exemplars

explicitBounds?: number[]

HistogramDataPoint explicitBounds

flags?: number

HistogramDataPoint flags

max?: number

HistogramDataPoint max

min?: number

HistogramDataPoint min

startTimeUnixNano?: Fixed64

HistogramDataPoint startTimeUnixNano

sum?: number

HistogramDataPoint sum

timeUnixNano?: Fixed64

HistogramDataPoint timeUnixNano

Generated using TypeDoc