View source: R/xray_operations.R
xray_get_time_series_service_statistics | R Documentation |
Get an aggregation of service statistics defined by a specific time range.
See https://www.paws-r-sdk.com/docs/xray_get_time_series_service_statistics/ for full documentation.
xray_get_time_series_service_statistics(
StartTime,
EndTime,
GroupName = NULL,
GroupARN = NULL,
EntitySelectorExpression = NULL,
Period = NULL,
ForecastStatistics = NULL,
NextToken = NULL
)
StartTime |
[required] The start of the time frame for which to aggregate statistics. |
EndTime |
[required] The end of the time frame for which to aggregate statistics. |
GroupName |
The case-sensitive name of the group for which to pull statistics from. |
GroupARN |
The Amazon Resource Name (ARN) of the group for which to pull statistics from. |
EntitySelectorExpression |
A filter expression defining entities that will be aggregated for statistics. Supports ID, service, and edge functions. If no selector expression is specified, edge statistics are returned. |
Period |
Aggregation period in seconds. |
ForecastStatistics |
The forecasted high and low fault count values. Forecast enabled requests require the EntitySelectorExpression ID be provided. |
NextToken |
Pagination token. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.