Interface INetworkLoadBalancerMetrics
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
INetworkLoadBalancerMetrics.Jsii$Default
- All Known Implementing Classes:
INetworkLoadBalancerMetrics.Jsii$Proxy
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forINetworkLoadBalancerMetrics
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe total number of concurrent TCP flows (or connections) from clients to targets.activeFlowCount
(MetricOptions props) The total number of concurrent TCP flows (or connections) from clients to targets.The number of load balancer capacity units (LCU) used by your load balancer.consumedLCUs
(MetricOptions props) The number of load balancer capacity units (LCU) used by your load balancer.Return the given named metric for this Network Load Balancer.custom
(String metricName, MetricOptions props) Return the given named metric for this Network Load Balancer.The total number of new TCP flows (or connections) established from clients to targets in the time period.newFlowCount
(MetricOptions props) The total number of new TCP flows (or connections) established from clients to targets in the time period.The total number of bytes processed by the load balancer, including TCP/IP headers.processedBytes
(MetricOptions props) The total number of bytes processed by the load balancer, including TCP/IP headers.The total number of reset (RST) packets sent from a client to a target.tcpClientResetCount
(MetricOptions props) The total number of reset (RST) packets sent from a client to a target.The total number of reset (RST) packets generated by the load balancer.tcpElbResetCount
(MetricOptions props) The total number of reset (RST) packets generated by the load balancer.The total number of reset (RST) packets sent from a target to a client.tcpTargetResetCount
(MetricOptions props) The total number of reset (RST) packets sent from a target to a client.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
activeFlowCount
The total number of concurrent TCP flows (or connections) from clients to targets.This metric includes connections in the SYN_SENT and ESTABLISHED states. TCP connections are not terminated at the load balancer, so a client opening a TCP connection to a target counts as a single flow.
Default: Average over 5 minutes
- Parameters:
props
-
-
activeFlowCount
The total number of concurrent TCP flows (or connections) from clients to targets.This metric includes connections in the SYN_SENT and ESTABLISHED states. TCP connections are not terminated at the load balancer, so a client opening a TCP connection to a target counts as a single flow.
Default: Average over 5 minutes
-
consumedLCUs
The number of load balancer capacity units (LCU) used by your load balancer.Default: Sum over 5 minutes
- Parameters:
props
-
-
consumedLCUs
The number of load balancer capacity units (LCU) used by your load balancer.Default: Sum over 5 minutes
-
custom
@Stability(Stable) @NotNull Metric custom(@NotNull String metricName, @Nullable MetricOptions props) Return the given named metric for this Network Load Balancer.Default: Average over 5 minutes
- Parameters:
metricName
- This parameter is required.props
-
-
custom
Return the given named metric for this Network Load Balancer.Default: Average over 5 minutes
- Parameters:
metricName
- This parameter is required.
-
newFlowCount
The total number of new TCP flows (or connections) established from clients to targets in the time period.Default: Sum over 5 minutes
- Parameters:
props
-
-
newFlowCount
The total number of new TCP flows (or connections) established from clients to targets in the time period.Default: Sum over 5 minutes
-
processedBytes
The total number of bytes processed by the load balancer, including TCP/IP headers.Default: Sum over 5 minutes
- Parameters:
props
-
-
processedBytes
The total number of bytes processed by the load balancer, including TCP/IP headers.Default: Sum over 5 minutes
-
tcpClientResetCount
The total number of reset (RST) packets sent from a client to a target.These resets are generated by the client and forwarded by the load balancer.
Default: Sum over 5 minutes
- Parameters:
props
-
-
tcpClientResetCount
The total number of reset (RST) packets sent from a client to a target.These resets are generated by the client and forwarded by the load balancer.
Default: Sum over 5 minutes
-
tcpElbResetCount
The total number of reset (RST) packets generated by the load balancer.Default: Sum over 5 minutes
- Parameters:
props
-
-
tcpElbResetCount
The total number of reset (RST) packets generated by the load balancer.Default: Sum over 5 minutes
-
tcpTargetResetCount
The total number of reset (RST) packets sent from a target to a client.These resets are generated by the target and forwarded by the load balancer.
Default: Sum over 5 minutes
- Parameters:
props
-
-
tcpTargetResetCount
The total number of reset (RST) packets sent from a target to a client.These resets are generated by the target and forwarded by the load balancer.
Default: Sum over 5 minutes
-