You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::XRay::Types::HistogramEntry

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An entry in a histogram for a statistic. A histogram maps the range of observed values on the X axis, and the prevalence of each value on the Y axis.

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The prevalence of the entry.

Returns:

  • (Integer)

    The prevalence of the entry.

#valueFloat

The value of the entry.

Returns:

  • (Float)

    The value of the entry.