Skip to content

Commit

Permalink
[docs] add status for memorylimiter
Browse files Browse the repository at this point in the history
Fixes #5390
  • Loading branch information
Alex Boten committed May 18, 2022
1 parent e6b5cd5 commit fc7e407
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion processor/memorylimiterprocessor/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

0 comments on commit fc7e407

Please sign in to comment.