diff --git a/pipeline/outputs/cloudwatch.md b/pipeline/outputs/cloudwatch.md index 48a6b0ab5..367835234 100644 --- a/pipeline/outputs/cloudwatch.md +++ b/pipeline/outputs/cloudwatch.md @@ -42,6 +42,7 @@ See [AWS credentials](https://docs.fluentbit.io/manual/administration/aws-creden | `match_regex` | Set a regular expression to match tags for output routing. This allows more flexible matching compared to wildcards. | _none_ | | `metric_dimensions` | Metric dimensions is a list of lists. If you have only one list of dimensions, put the values as a comma separated string. If you want to put list of lists, use the list as semicolon separated strings. If your value is `d1,d2;d3`, it will consider it as `[[d1, d2],[d3]]`. | _none_ | | `metric_namespace` | An optional string representing the CloudWatch namespace for the metrics. See the [Metrics tutorial](#metrics-tutorial) section for a full configuration. | _none_ | +| `metric_storage_resolution` | The granularity each metric is stored with, in seconds. Valid range is from `1` to `60`. See the [EMF Specification](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Embedded_Metric_Format_Specification.html) for details. | `60` | | `profile` | Option to specify an AWS Profile for credentials. | _none_ | | `region` | The AWS region to send logs to. China regions (`cn-*`), the AWS European Sovereign Cloud regions (`eusc-*`), and Amazon Dedicated Cloud regions (`us-iso-*`, `us-isob-*`, `us-isof-*`, `eu-isoe-*`) are supported; Fluent Bit automatically uses the correct endpoint suffix (`.amazonaws.com.cn`, `.amazonaws.eu`, `.c2s.ic.gov`, `.sc2s.sgov.gov`, `.csp.hci.ic.gov`, or `.cloud.adc-e.uk`) and no custom `endpoint` is required. | _none_ | | `retry_limit` | Set retry limit for output plugin when delivery fails. Integer, `no_limits`, `false`, or `off` to disable, or `no_retries` to disable retries entirely. | `1` |