Skip to content

Commit

Permalink
[docs] Add status header for awsecscontainermetrics receiver (#10442)
Browse files Browse the repository at this point in the history
Add status header for awsecscontainermetrics
  • Loading branch information
Frapschen authored Jun 30, 2022
1 parent 10f4bd0 commit 0fe8c14
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions receiver/awsecscontainermetricsreceiver/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# AWS ECS Container Metrics Receiver

| Status | |
| ------------------------ |-----------|
| Stability | [beta] |
| Supported pipeline types | metrics |
| Distributions | [contrib] |

## Overview

AWS ECS Container Metrics Receiver (`awsecscontainermetrics`) reads task metadata and [docker stats](https://docs.docker.com/engine/api/v1.30/#operation/ContainerStats) from [Amazon ECS Task Metadata Endpoint](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-metadata-endpoint.html), and generates resource usage metrics (such as CPU, memory, network, and disk) from them. To get the full list of metrics, see the [Available Metrics](#available-metrics) section below.
Expand Down Expand Up @@ -361,3 +367,6 @@ service:
## Reference
1. [Setup OpenTelemetry Collector on Amazon ECS](https://aws-otel.github.io/docs/setup/ecs)
2. [Getting Started with ECS Container Metrics Receiver in the OpenTelemetry Collector](https://aws-otel.github.io/docs/components/ecs-metrics-receiver)

[beta]: https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib

0 comments on commit 0fe8c14

Please sign in to comment.