From 17e92f5496e8b6a4f149abb0695a414baf21431b Mon Sep 17 00:00:00 2001 From: Matthew Wear <matthew.wear@gmail.com> Date: Thu, 11 Aug 2022 18:30:44 -0700 Subject: [PATCH] update transition plans our plans remain largely the same, but the exact dates and versions are in question. they have been replaced with TBD until they are finalized. --- receiver/hostmetricsreceiver/README.md | 11 ++++++----- receiver/memcachedreceiver/README.md | 9 +++++---- receiver/vcenterreceiver/README.md | 6 ++++-- receiver/zookeeperreceiver/README.md | 8 +++++--- 4 files changed, 20 insertions(+), 14 deletions(-) diff --git a/receiver/hostmetricsreceiver/README.md b/receiver/hostmetricsreceiver/README.md index f64396fcf21e..817da1dba475 100644 --- a/receiver/hostmetricsreceiver/README.md +++ b/receiver/hostmetricsreceiver/README.md @@ -184,27 +184,28 @@ The following feature gates control the transition process: ##### Transition schedule: -1. v0.55.0, July 2022: +See this [tracking issue](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/11815) for more details. + +1. Phase 1A, v0.55.0, July 2022: - Most of the scrapers except for `disk` scraper can emit the new metrics without the `direction` attribute if feature gates enabled. - `receiver.hostmetricsreceiver.emitMetricsWithDirectionAttribute` is enabled by default. - `receiver.hostmetricsreceiver.emitMetricsWithoutDirectionAttribute` is disabled by default. -2. v0.56.0, July 2022: +2. Phase 1B, v0.56.0, July 2022: - The new metrics are available for all scrapers, but disabled by default, they can be enabled with the feature gates. -- The old metrics with `direction` attribute are deprecated with a warning. - `receiver.hostmetricsreceiver.emitMetricsWithDirectionAttribute` is enabled by default. - `receiver.hostmetricsreceiver.emitMetricsWithoutDirectionAttribute` is disabled by default. -3. v0.58.0, August 2022: +3. Phase 2, version and date TBD: - The new metrics are enabled by default, deprecated metrics disabled, they can be enabled with the feature gates. - `receiver.hostmetricsreceiver.emitMetricsWithDirectionAttribute` is disabled by default. - `receiver.hostmetricsreceiver.emitMetricsWithoutDirectionAttribute` is enabled by default. -4. v0.60.0, September 2022: +4. Phase 3, version and date TBD: - The feature gates are removed. - The new metrics without `direction` attribute are always emitted. diff --git a/receiver/memcachedreceiver/README.md b/receiver/memcachedreceiver/README.md index 60ece04f223d..2d3aae181d2f 100644 --- a/receiver/memcachedreceiver/README.md +++ b/receiver/memcachedreceiver/README.md @@ -68,20 +68,21 @@ The following feature gates control the transition process: ##### Transition schedule: -1. v0.56.0, July 2022: +See this [tracking issue](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/11815) for more details. + +1. Phase 1, v0.56.0, July 2022: - The new metrics are available for all scrapers, but disabled by default, they can be enabled with the feature gates. -- The old metrics with `direction` attribute are deprecated with a warning. - `receiver.memcachedreceiver.emitMetricsWithDirectionAttribute` is enabled by default. - `receiver.memcachedreceiver.emitMetricsWithoutDirectionAttribute` is disabled by default. -2. v0.58.0, August 2022: +2. Phase 2, version and date TBD: - The new metrics are enabled by default, deprecated metrics disabled, they can be enabled with the feature gates. - `receiver.memcachedreceiver.emitMetricsWithDirectionAttribute` is disabled by default. - `receiver.memcachedreceiver.emitMetricsWithoutDirectionAttribute` is enabled by default. -3. v0.60.0, September 2022: +3. Phase 3, version and date TBD: - The feature gates are removed. - The new metrics without `direction` attribute are always emitted. diff --git a/receiver/vcenterreceiver/README.md b/receiver/vcenterreceiver/README.md index 0311f6439bfb..5d6759fb90ae 100644 --- a/receiver/vcenterreceiver/README.md +++ b/receiver/vcenterreceiver/README.md @@ -90,6 +90,8 @@ The following feature gates control the transition process: ##### Transition schedule: +See this [tracking issue](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/11815) for more details. + 1. v0.56.0, July 2022: - The new metrics are available for all scrapers, but disabled by default, they can be enabled with the feature gates. @@ -97,13 +99,13 @@ The following feature gates control the transition process: - `receiver.vcenterreceiver.emitMetricsWithDirectionAttribute` is enabled by default. - `receiver.vcenterreceiver.emitMetricsWithoutDirectionAttribute` is disabled by default. -2. v0.58.0, August 2022: +2. Phase 2, version and date TBD: - The new metrics are enabled by default, deprecated metrics disabled, they can be enabled with the feature gates. - `receiver.vcenterreceiver.emitMetricsWithDirectionAttribute` is disabled by default. - `receiver.vcenterreceiver.emitMetricsWithoutDirectionAttribute` is enabled by default. -3. v0.60.0, September 2022: +3. Phase 3, version and date TBD: - The feature gates are removed. - The new metrics without `direction` attribute are always emitted. diff --git a/receiver/zookeeperreceiver/README.md b/receiver/zookeeperreceiver/README.md index a7ef25837d94..79966f3b7226 100644 --- a/receiver/zookeeperreceiver/README.md +++ b/receiver/zookeeperreceiver/README.md @@ -47,20 +47,22 @@ The following feature gates control the transition process: ##### Transition schedule: -1. v0.57.0, July 2022: +See this [tracking issue](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/11815) for more details. + +1. Phase 1, v0.57.0, July 2022: - The new metrics are available for all scrapers, but disabled by default, they can be enabled with the feature gates. - The old metrics with `direction` attribute are deprecated with a warning. - `receiver.zookeeperreceiver.emitMetricsWithDirectionAttribute` is enabled by default. - `receiver.zookeeperreceiver.emitMetricsWithoutDirectionAttribute` is disabled by default. -2. v0.58.0, August 2022: +2. Phase 2, version and date TBD: - The new metrics are enabled by default, deprecated metrics disabled, they can be enabled with the feature gates. - `receiver.zookeeperreceiver.emitMetricsWithDirectionAttribute` is disabled by default. - `receiver.zookeeperreceiver.emitMetricsWithoutDirectionAttribute` is enabled by default. -3. v0.60.0, September 2022: +3. Phase 3, version and date TBD: - The feature gates are removed. - The new metrics without `direction` attribute are always emitted.