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

Class: Aws::XRay::Types::ForecastStatistics

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

Overview

The predicted high and low fault count. This is used to determine if a service has become anomalous and if an insight should be created.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#fault_count_highInteger

The upper limit of fault counts for a service.

Returns:

  • (Integer)

    The upper limit of fault counts for a service.

#fault_count_lowInteger

The lower limit of fault counts for a service.

Returns:

  • (Integer)

    The lower limit of fault counts for a service.