Get an aggregation of service statistics defined by a specific time range
Source:R/xray_operations.R
xray_get_time_series_service_statistics.RdGet 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.
Usage
xray_get_time_series_service_statistics(
StartTime,
EndTime,
GroupName = NULL,
GroupARN = NULL,
EntitySelectorExpression = NULL,
Period = NULL,
ForecastStatistics = NULL,
NextToken = NULL
)Arguments
- 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.