Skip to content

Commit

Permalink
Merge branch 'main' into otep-log-enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Jan 15, 2025
2 parents be8343e + 7a1caee commit 1a5761e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions specification/metrics/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ linkTitle: SDK
* [Push Metric Exporter](#push-metric-exporter)
+ [Interface Definition](#interface-definition)
- [Export(batch)](#exportbatch)
- [ForceFlush()](#forceflush)
- [Shutdown()](#shutdown)
- [ForceFlush](#forceflush-2)
- [Shutdown](#shutdown-2)
* [Pull Metric Exporter](#pull-metric-exporter)
- [MetricProducer](#metricproducer)
* [Interface Definition](#interface-definition-1)
Expand Down Expand Up @@ -1545,7 +1545,7 @@ Returns: `ExportResult`
Note: this result may be returned via an async mechanism or a callback, if that
is idiomatic for the language implementation.

##### ForceFlush()
##### ForceFlush

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

##### Shutdown()
##### Shutdown

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

0 comments on commit 1a5761e

Please sign in to comment.