File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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`
15451545Note: this result may be returned via an async mechanism or a callback, if that
15461546is idiomatic for the language implementation.
15471547
1548- ##### ForceFlush()
1548+ ##### ForceFlush
15491549
15501550This is a hint to ensure that the export of any ` Metrics ` the exporter has
15511551received 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
15631563via a callback or an event. [ OpenTelemetry SDK] ( ../overview.md#sdk ) authors MAY
15641564decide if they want to make the flush timeout configurable.
15651565
1566- ##### Shutdown()
1566+ ##### Shutdown
15671567
15681568Shuts down the exporter. Called when SDK is shut down. This is an opportunity
15691569for exporter to do any cleanup required.
You can’t perform that action at this time.
0 commit comments