Skip to content

/AWS1/CL_CWSSVCLEVELINDICATO01

This structure specifies the information about the service and the performance metric that an SLO is to monitor.

CONSTRUCTOR

IMPORTING

Required arguments:

IO_SLIMETRICCONFIG TYPE REF TO /AWS1/CL_CWSSVCLEVELINDICATO02 /AWS1/CL_CWSSVCLEVELINDICATO02

Use this structure to specify the metric to be used for the SLO.

IV_METRICTHRESHOLD TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The value that the SLI metric is compared to.

IV_COMPARISONOPERATOR TYPE /AWS1/CWSSVCLEVELINDICATORCO00 /AWS1/CWSSVCLEVELINDICATORCO00

The arithmetic operation to use when comparing the specified metric to the threshold.


Queryable Attributes

SliMetricConfig

Use this structure to specify the metric to be used for the SLO.

Accessible with the following methods

Method Description
GET_SLIMETRICCONFIG() Getter for SLIMETRICCONFIG

MetricThreshold

The value that the SLI metric is compared to.

Accessible with the following methods

Method Description
GET_METRICTHRESHOLD() Getter for METRICTHRESHOLD, with configurable default
ASK_METRICTHRESHOLD() Getter for METRICTHRESHOLD w/ exceptions if field has no val
STR_METRICTHRESHOLD() String format for METRICTHRESHOLD, with configurable default
HAS_METRICTHRESHOLD() Determine if METRICTHRESHOLD has a value

ComparisonOperator

The arithmetic operation to use when comparing the specified metric to the threshold.

Accessible with the following methods

Method Description
GET_COMPARISONOPERATOR() Getter for COMPARISONOPERATOR, with configurable default
ASK_COMPARISONOPERATOR() Getter for COMPARISONOPERATOR w/ exceptions if field has no
HAS_COMPARISONOPERATOR() Determine if COMPARISONOPERATOR has a value