From 3cefb5af1c1bd43c89420cac79835f14405d25eb Mon Sep 17 00:00:00 2001 From: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> Date: Fri, 13 May 2022 08:57:24 -0600 Subject: [PATCH 1/3] Update stability level --- processor/cumulativetodeltaprocessor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor/cumulativetodeltaprocessor/README.md b/processor/cumulativetodeltaprocessor/README.md index 7fb8c387252e..28406afbba08 100644 --- a/processor/cumulativetodeltaprocessor/README.md +++ b/processor/cumulativetodeltaprocessor/README.md @@ -1,6 +1,6 @@ # Cumulative to Delta Processor -**Status: under development; Not recommended for production usage.** +**Stability Level: [Beta](https://github.com/open-telemetry/opentelemetry-collector-contrib#stability-levels)** Supported pipeline types: metrics From 1749a3ebb1b75b2d091ef029d744bfaa7bbab246 Mon Sep 17 00:00:00 2001 From: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> Date: Fri, 13 May 2022 15:54:03 -0600 Subject: [PATCH 2/3] Updated format --- 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 28406afbba08..23ad3079352c 100644 --- a/processor/cumulativetodeltaprocessor/README.md +++ b/processor/cumulativetodeltaprocessor/README.md @@ -1,8 +1,10 @@ # Cumulative to Delta Processor -**Stability Level: [Beta](https://github.com/open-telemetry/opentelemetry-collector-contrib#stability-levels)** - -Supported pipeline types: metrics +| Status | | +| ------------------------ | --------- | +| Stability | [beta] | +| Supported pipeline types | metrics | +| Distribution | [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 From 31e8275159c91b7e7add35f6e4c024de141ba449 Mon Sep 17 00:00:00 2001 From: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> Date: Tue, 17 May 2022 10:40:31 -0600 Subject: [PATCH 3/3] Updated distribution to distributions --- processor/cumulativetodeltaprocessor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor/cumulativetodeltaprocessor/README.md b/processor/cumulativetodeltaprocessor/README.md index 23ad3079352c..faf1cff88a64 100644 --- a/processor/cumulativetodeltaprocessor/README.md +++ b/processor/cumulativetodeltaprocessor/README.md @@ -4,7 +4,7 @@ | ------------------------ | --------- | | Stability | [beta] | | Supported pipeline types | metrics | -| Distribution | [contrib] | +| Distributions | [contrib] | ## Description