From b180bd215caca0a9975d61d6eb173ced3fbda6b6 Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Wed, 18 May 2022 08:41:42 -0700 Subject: [PATCH] [docs] add status for memorylimiter (#5393) Fixes #5390 --- processor/memorylimiterprocessor/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/processor/memorylimiterprocessor/README.md b/processor/memorylimiterprocessor/README.md index 406d2f3d87c..0e896d0e271 100644 --- a/processor/memorylimiterprocessor/README.md +++ b/processor/memorylimiterprocessor/README.md @@ -1,6 +1,10 @@ # Memory Limiter Processor -Supported pipeline types: metrics, traces, logs +| Status | | +| ------------------------ | --------------------- | +| Stability | [beta] | +| Supported pipeline types | traces, metrics, logs | +| Distributions | [core], [contrib] | The memory limiter processor is used to prevent out of memory situations on the collector. Given that the amount and type of data the collector processes is @@ -93,3 +97,7 @@ processors: Refer to [config.yaml](./testdata/config.yaml) for detailed examples on using the processor. + +[beta]: https://github.com/open-telemetry/opentelemetry-collector#beta +[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib +[core]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol