Skip to content

Commit

Permalink
minor: fix heading size in MetricReader operations (open-telemetry#2274)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Boten authored Jan 21, 2022
1 parent 100855b commit d4a4991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/metrics/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- [MetricReader](#metricreader)
* [MetricReader operations](#metricreader-operations)
+ [Collect](#collect)
* [Shutdown](#shutdown-1)
+ [Shutdown](#shutdown-1)
* [Periodic exporting MetricReader](#periodic-exporting-metricreader)
- [MetricExporter](#metricexporter)
* [Push Metric Exporter](#push-metric-exporter)
Expand Down Expand Up @@ -662,7 +662,7 @@ Note: it is expected that the `MetricReader.Collect` implementations will be
provided by the SDK, so it is RECOMMENDED to prevent the user from accidentally
overriding it, if possible (e.g. `final` in C++ and Java, `sealed` in C#).

### Shutdown
#### Shutdown

This method provides a way for the `MetricReader` to do any cleanup required.

Expand Down

0 comments on commit d4a4991

Please sign in to comment.