View source: R/cloudwatch_operations.R
cloudwatch_get_insight_rule_report | R Documentation |
This operation returns the time series data collected by a Contributor Insights rule. The data includes the identity and number of contributors to the log group.
See https://www.paws-r-sdk.com/docs/cloudwatch_get_insight_rule_report/ for full documentation.
cloudwatch_get_insight_rule_report(
RuleName,
StartTime,
EndTime,
Period,
MaxContributorCount = NULL,
Metrics = NULL,
OrderBy = NULL
)
RuleName |
[required] The name of the rule that you want to see data from. |
StartTime |
[required] The start time of the data to use in the report. When used in a raw HTTP
Query API, it is formatted as |
EndTime |
[required] The end time of the data to use in the report. When used in a raw HTTP
Query API, it is formatted as |
Period |
[required] The period, in seconds, to use for the statistics in the
|
MaxContributorCount |
The maximum number of contributors to include in the report. The range is 1 to 100. If you omit this, the default of 10 is used. |
Metrics |
Specifies which metrics to use for aggregation of contributor values for the report. You can specify one or more of the following metrics:
|
OrderBy |
Determines what statistic to use to rank the contributors. Valid values
are |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.