View source: R/lightsail_operations.R
lightsail_get_load_balancer_metric_data | R Documentation |
Returns information about health metrics for your Lightsail load balancer.
See https://www.paws-r-sdk.com/docs/lightsail_get_load_balancer_metric_data/ for full documentation.
lightsail_get_load_balancer_metric_data(
loadBalancerName,
metricName,
period,
startTime,
endTime,
unit,
statistics
)
loadBalancerName |
[required] The name of the load balancer. |
metricName |
[required] The metric for which you want to return information. Valid load balancer metric names are listed below, along with the most
useful
|
period |
[required] The granularity, in seconds, of the returned data points. |
startTime |
[required] The start time of the period. |
endTime |
[required] The end time of the period. |
unit |
[required] The unit for the metric data request. Valid units depend on the metric
data being requested. For the valid units with each available metric,
see the |
statistics |
[required] The statistic for the metric. The following statistics are available:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.