Skip to content

Commit

Permalink
Remove Object Oriented language from metric SDK (#3628)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias authored Jul 28, 2023
1 parent e8b6199 commit dd38620
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions specification/metrics/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -1042,9 +1042,10 @@ SHOULD provide at least the following:

The [MetricReader.Collect](#collect) method allows general-purpose
`MetricExporter` instances to explicitly initiate collection, commonly
used with pull-based metrics collection. A common sub-class of
`MetricReader`, the periodic exporting `MetricReader` SHOULD be provided
to be used typically with push-based metrics collection.
used with pull-based metrics collection. A common implementation of
`MetricReader`, the [periodic exporting
`MetricReader`](#periodic-exporting-metricreader) SHOULD be provided to be used
typically with push-based metrics collection.

The `MetricReader` MUST ensure that data points from OpenTelemetry
[instruments](./api.md#instrument) are output in the configured aggregation
Expand Down

0 comments on commit dd38620

Please sign in to comment.