Skip to content

Commit

Permalink
Promote MetricProducer and MetricReader.RegisterProducer specificatio…
Browse files Browse the repository at this point in the history
…n to feature-freeze
  • Loading branch information
dashpole committed Jul 14, 2023
1 parent 288071f commit 2ac2535
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ release.

### Metrics

- Promote MetricProducer and MetricReader.RegisterProducer specification to feature-freeze.
([#TODO](https://github.com/open-telemetry/opentelemetry-specification/pull/TODO))

### Logs

### Resource
Expand Down
4 changes: 2 additions & 2 deletions specification/metrics/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ functions.

#### RegisterProducer(metricProducer)

**Status**: [Experimental](../document-status.md)
**Status**: [Feature-freeze](../document-status.md)

RegisterProducer causes the MetricReader to use the provided
[MetricProducer](#metricproducer) as a source of aggregated metric data in
Expand Down Expand Up @@ -1384,7 +1384,7 @@ modeled to interact with other components in the SDK:

## MetricProducer

**Status**: [Experimental](../document-status.md)
**Status**: [Feature-freeze](../document-status.md)

`MetricProducer` defines the interface which bridges to third-party metric
sources MUST implement so they can be plugged into an OpenTelemetry
Expand Down

0 comments on commit 2ac2535

Please sign in to comment.