Skip to content

Commit dffc58f

Browse files
pipeline: outputs: cloudwatch: Add StorageResolution Support
1 parent a4e0583 commit dffc58f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pipeline/outputs/cloudwatch.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ See [here](https://github.com/fluent/fluent-bit-docs/tree/43c4fe134611da471e706b
3030
| endpoint | Specify a custom endpoint for the CloudWatch Logs API. |
3131
| metric\_namespace | An optional string representing the CloudWatch namespace for the metrics. See `Metrics Tutorial` section below for a full configuration. |
3232
| metric\_dimensions | A list of lists containing the dimension keys that will be applied to all metrics. The values within a dimension set MUST also be members on the root-node. For more information about dimensions, see [Dimension](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API\_Dimension.html) and [Dimensions](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch\_concepts.html#Dimension). In the fluent-bit config, metric\_dimensions is a comma and semicolon separated string. 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. For example, if you set the value as 'dimension\_1,dimension\_2;dimension\_3', we will convert it as \[\[dimension\_1, dimension\_2],\[dimension\_3]] |
33-
| sts\_endpoint | Specify a custom STS endpoint for the AWS STS API. |
33+
| metric\_storage\_resolution | The granularity each metric should be stored with. Default is 60s if unspecified. Valid range is from 1s to 60s. See [EMF Specification](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Embedded_Metric_Format_Specification.html) for details.|
34+
| sts\_endpoint | Specify a custom STS endpoint for the AWS STS API. |
3435
| profile | Option to specify an AWS Profile for credentials. Defaults to `default` |
3536
| auto\_retry\_requests | Immediately retry failed requests to AWS services once. This option does not affect the normal Fluent Bit retry mechanism with backoff. Instead, it enables an immediate retry with no delay for networking errors, which may help improve throughput when there are transient/random networking issues. This option defaults to `true`. |
3637
| external\_id | Specify an external ID for the STS API, can be used with the role\_arn parameter if your role requires an external ID. |

0 commit comments

Comments
 (0)