View source: R/lightsail_operations.R
lightsail_get_container_service_metric_data | R Documentation |
Returns the data points of a specific metric of your Amazon Lightsail container service.
See https://www.paws-r-sdk.com/docs/lightsail_get_container_service_metric_data/ for full documentation.
lightsail_get_container_service_metric_data(
serviceName,
metricName,
startTime,
endTime,
period,
statistics
)
serviceName |
[required] The name of the container service for which to get metric data. |
metricName |
[required] The metric for which you want to return information. Valid container service metric names are listed below, along with the most useful statistics to include in your request, and the published unit value.
|
startTime |
[required] The start time of the time period. |
endTime |
[required] The end time of the time period. |
period |
[required] The granularity, in seconds, of the returned data points. All container service metric data is available in 5-minute (300 seconds) granularity. |
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.