From d4a49917d9aa3963eed04c8a581d99ece2ec56a4 Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Fri, 21 Jan 2022 15:25:15 -0800 Subject: [PATCH] minor: fix heading size in MetricReader operations (#2274) --- specification/metrics/sdk.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/metrics/sdk.md b/specification/metrics/sdk.md index f85f92b061b..fc2b114c70a 100644 --- a/specification/metrics/sdk.md +++ b/specification/metrics/sdk.md @@ -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) @@ -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.