Skip to content

Commit

Permalink
update to latest version of MetricProducer proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed Sep 9, 2022
1 parent 56457cf commit b25a36e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions specification/compatibility/opencensus.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,6 @@ implements the OpenTelemetry MetricProducer interface. When Produce() is
invoked, the shim collects metrics from the OpenCensus global state, converts
the metrics to an OpenTelemetry metrics batch, and returns.

To construct a shim, the caller MUST be able to provide the following:

* A resource (optional) to attach to metrics batches. If not provided, the
default resource is used.

### Requirements

* This component MUST be an optional dependency.
Expand Down Expand Up @@ -226,7 +221,7 @@ the shim.
### Usage

The shim can be passed as an option to an OpenTelemetry
[MetricReader](../metrics/sdk.md#metricreader) when configuring the
[MeterProvider](../metrics/sdk.md#meterprovider) when configuring the
OpenTelemetry SDK. This enables the bridge to work with both push and pull
metric exporters.

Expand Down

0 comments on commit b25a36e

Please sign in to comment.