Skip to content

Commit

Permalink
update transition plans
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mwear committed Aug 12, 2022
1 parent c3aa49a commit 17e92f5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
11 changes: 6 additions & 5 deletions receiver/hostmetricsreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 5 additions & 4 deletions receiver/memcachedreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 4 additions & 2 deletions receiver/vcenterreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,20 +90,22 @@ 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.
- The old metrics with `direction` attribute are deprecated with a warning.
- `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.
Expand Down
8 changes: 5 additions & 3 deletions receiver/zookeeperreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 17e92f5

Please sign in to comment.