From d32b2b97a1f555d690a7b319cb4c51b50f80bfc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Tue, 18 Jul 2023 15:46:49 +0200 Subject: [PATCH] Update sdk.md --- specification/metrics/sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/metrics/sdk.md b/specification/metrics/sdk.md index ef47c030ea3..f94f82d3d90 100644 --- a/specification/metrics/sdk.md +++ b/specification/metrics/sdk.md @@ -1311,7 +1311,7 @@ possible, preferably before returning from this method. `ForceFlush` SHOULD provide a way to let the caller know whether it succeeded, failed or timed out. -`Flush` SHOULD only be called in cases where it is absolutely necessary, +`ForceFlush` SHOULD only be called in cases where it is absolutely necessary, such as when using some FaaS providers that may suspend the process after an invocation, but before the exporter exports the completed metrics.