| Modifier and Type | Interface and Description |
|---|---|
static interface |
IMetric.Jsii$Default
Internal default implementation for
IMetric. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IMetric.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
MathExpression
A math expression built with metric(s) emitted by a service.
|
class |
Metric
A metric emitted by a service.
|
| Modifier and Type | Method and Description |
|---|---|
IMetric |
Alarm.getMetric()
The metric object this alarm was based on.
|
IMetric |
AlarmProps.getMetric()
The metric to add the alarm on.
|
IMetric |
AlarmProps.Jsii$Proxy.getMetric() |
| Modifier and Type | Method and Description |
|---|---|
default List<IMetric> |
GraphWidgetProps.getLeft()
Metrics to display on left Y axis.
|
List<IMetric> |
GraphWidgetProps.Jsii$Proxy.getLeft() |
List<IMetric> |
SingleValueWidgetProps.getMetrics()
Metrics to display.
|
List<IMetric> |
SingleValueWidgetProps.Jsii$Proxy.getMetrics() |
default List<IMetric> |
GraphWidgetProps.getRight()
Metrics to display on right Y axis.
|
List<IMetric> |
GraphWidgetProps.Jsii$Proxy.getRight() |
default Map<String,IMetric> |
MathExpressionProps.getUsingMetrics()
The metrics used in the expression, in a map.
|
Map<String,IMetric> |
MathExpressionProps.Jsii$Proxy.getUsingMetrics() |
Map<String,IMetric> |
MathExpression.getUsingMetrics()
The metrics used in the expression as KeyValuePair
|
Map<String,IMetric> |
MetricExpressionConfig.getUsingMetrics()
Metrics used in the math expression.
|
Map<String,IMetric> |
MetricExpressionConfig.Jsii$Proxy.getUsingMetrics() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphWidget.addLeftMetric(IMetric metric)
Add another metric to the left Y axis of the GraphWidget.
|
void |
GraphWidget.addRightMetric(IMetric metric)
Add another metric to the right Y axis of the GraphWidget.
|
protected void |
ConcreteWidget.copyMetricWarnings(IMetric... ms)
Copy the warnings from the given metric.
|
Alarm.Builder |
Alarm.Builder.metric(IMetric metric)
The metric to add the alarm on.
|
AlarmProps.Builder |
AlarmProps.Builder.metric(IMetric metric)
Sets the value of
AlarmProps.getMetric() |
| Modifier and Type | Method and Description |
|---|---|
GraphWidget.Builder |
GraphWidget.Builder.left(List<? extends IMetric> left)
Metrics to display on left Y axis.
|
GraphWidgetProps.Builder |
GraphWidgetProps.Builder.left(List<? extends IMetric> left)
Sets the value of
GraphWidgetProps.getLeft() |
SingleValueWidgetProps.Builder |
SingleValueWidgetProps.Builder.metrics(List<? extends IMetric> metrics)
Sets the value of
SingleValueWidgetProps.getMetrics() |
SingleValueWidget.Builder |
SingleValueWidget.Builder.metrics(List<? extends IMetric> metrics)
Metrics to display.
|
GraphWidget.Builder |
GraphWidget.Builder.right(List<? extends IMetric> right)
Metrics to display on right Y axis.
|
GraphWidgetProps.Builder |
GraphWidgetProps.Builder.right(List<? extends IMetric> right)
Sets the value of
GraphWidgetProps.getRight() |
MathExpressionProps.Builder |
MathExpressionProps.Builder.usingMetrics(Map<String,? extends IMetric> usingMetrics)
Sets the value of
MathExpressionProps.getUsingMetrics() |
MathExpression.Builder |
MathExpression.Builder.usingMetrics(Map<String,? extends IMetric> usingMetrics)
The metrics used in the expression, in a map.
|
MetricExpressionConfig.Builder |
MetricExpressionConfig.Builder.usingMetrics(Map<String,? extends IMetric> usingMetrics)
Sets the value of
MetricExpressionConfig.getUsingMetrics() |
Copyright © 2023. All rights reserved.