Skip to content

Commit 7a1caee

Browse files
authored
Nit fix link to correct shutdown & flush (#4361)
1 parent f9eb21a commit 7a1caee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

specification/metrics/sdk.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ linkTitle: SDK
7171
* [Push Metric Exporter](#push-metric-exporter)
7272
+ [Interface Definition](#interface-definition)
7373
- [Export(batch)](#exportbatch)
74-
- [ForceFlush()](#forceflush)
75-
- [Shutdown()](#shutdown)
74+
- [ForceFlush](#forceflush-2)
75+
- [Shutdown](#shutdown-2)
7676
* [Pull Metric Exporter](#pull-metric-exporter)
7777
- [MetricProducer](#metricproducer)
7878
* [Interface Definition](#interface-definition-1)
@@ -1545,7 +1545,7 @@ Returns: `ExportResult`
15451545
Note: this result may be returned via an async mechanism or a callback, if that
15461546
is idiomatic for the language implementation.
15471547

1548-
##### ForceFlush()
1548+
##### ForceFlush
15491549

15501550
This is a hint to ensure that the export of any `Metrics` the exporter has
15511551
received prior to the call to `ForceFlush` SHOULD be completed as soon as
@@ -1563,7 +1563,7 @@ implemented as a blocking API or an asynchronous API which notifies the caller
15631563
via a callback or an event. [OpenTelemetry SDK](../overview.md#sdk) authors MAY
15641564
decide if they want to make the flush timeout configurable.
15651565

1566-
##### Shutdown()
1566+
##### Shutdown
15671567

15681568
Shuts down the exporter. Called when SDK is shut down. This is an opportunity
15691569
for exporter to do any cleanup required.

0 commit comments

Comments
 (0)