Skip to content

Commit

Permalink
Update sdk.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Jul 31, 2023
1 parent c538b91 commit 8b517b3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions specification/metrics/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,13 @@ decide if they want to make the shutdown timeout configurable.
### ForceFlush

This method provides a way for provider to notify the registered
[Push Metric Exporters](#push-metric-exporter) and their related
[MetricReader](#metricreader) instances, so they can do as much
[MetricReader](#metricreader) instances that have a related
[Push Metric Exporters](#push-metric-exporter), so they can do as much
as they could to collect and send the metrics.

`ForceFlush` MUST invoke `ForceFlush` on all registered
[Push Metric Exporter](#push-metric-exporter) instances.
`ForceFlush` MUST invoke `ForceFlush` on all
[Push Metric Exporter](#push-metric-exporter) instances
that are related with registered `MetricReader` instances.

`ForceFlush` SHOULD provide a way to let the caller know whether it succeeded,
failed or timed out. `ForceFlush` SHOULD return some **ERROR** status if there
Expand Down

0 comments on commit 8b517b3

Please sign in to comment.