Skip to content

Commit d80bb60

Browse files
authored
[docs] Add status header for awscloudwatchlogs exporter (#10303)
Add status header for awscloudwatchlogs
1 parent a733591 commit d80bb60

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

exporter/awscloudwatchlogsexporter/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# AWS CloudWatch Logs Exporter
22

3+
| Status | |
4+
| ------------------------ |-----------|
5+
| Stability | [beta] |
6+
| Supported pipeline types | logs |
7+
| Distributions | [contrib] |
8+
39
AWS CloudWatch Logs Exporter sends logs data to AWS [CloudWatch Logs](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html).
410
AWS credentials are retrieved from the [default credential chain](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials).
511
Region must be configured in the configuration if not set in the default credential chain.
@@ -44,3 +50,6 @@ exporters:
4450
enabled: true
4551
initial_interval: 10ms
4652
```
53+
54+
[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta
55+
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib

0 commit comments

Comments
 (0)