From 2bea866bc69298e9d4931cab80ef50f9a46b15e0 Mon Sep 17 00:00:00 2001 From: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> Date: Tue, 17 May 2022 11:50:45 -0600 Subject: [PATCH] [processor/cumulativetodelta] Update stability level to beta (#10004) * Update stability level * Updated format * Updated distribution to distributions --- processor/cumulativetodeltaprocessor/README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/processor/cumulativetodeltaprocessor/README.md b/processor/cumulativetodeltaprocessor/README.md index 7fb8c387252e..faf1cff88a64 100644 --- a/processor/cumulativetodeltaprocessor/README.md +++ b/processor/cumulativetodeltaprocessor/README.md @@ -1,8 +1,10 @@ # Cumulative to Delta Processor -**Status: under development; Not recommended for production usage.** - -Supported pipeline types: metrics +| Status | | +| ------------------------ | --------- | +| Stability | [beta] | +| Supported pipeline types | metrics | +| Distributions | [contrib] | ## Description @@ -72,3 +74,6 @@ processors: # If include/exclude are not specified # convert all cumulative sum metrics to delta ``` + +[beta]: https://github.com/open-telemetry/opentelemetry-collector-contrib#beta +[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib