Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update direction attribute transition schedule on READMEs #13256

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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