diff --git a/extension/observer/README.md b/extension/observer/README.md index 534cfdb8514c..98c2a4891fdf 100644 --- a/extension/observer/README.md +++ b/extension/observer/README.md @@ -1,5 +1,10 @@ # Observers +| Status | | +| ------------------------ |-----------------------| +| Stability | [beta] | +| Distributions | [contrib] | + Observers are implemented as an extension to discover networked endpoints like a Kubernetes pod, Docker container, or local listening port. Other components can subscribe to an observer instance to be notified of endpoints coming and going. Currently the only component that uses observers is the [receiver_creator](../../receiver/receivercreator/README.md). @@ -11,3 +16,6 @@ Currently the only component that uses observers is the [receiver_creator](../.. * [ecs_task_observer](ecstaskobserver/README.md) * [host_observer](hostobserver/README.md) * [k8s_observer](k8sobserver/README.md) + +[beta]: https://github.com/open-telemetry/opentelemetry-collector#beta +[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib