From f69e4c4d45fb27aabe6545feb58537b632e93e30 Mon Sep 17 00:00:00 2001 From: Reiley Yang Date: Tue, 6 Apr 2021 10:53:18 -0700 Subject: [PATCH] Update specification/metrics/new_api.md Co-authored-by: Aaron Abbott --- specification/metrics/new_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/metrics/new_api.md b/specification/metrics/new_api.md index bd9fa1e3803..83b413736b2 100644 --- a/specification/metrics/new_api.md +++ b/specification/metrics/new_api.md @@ -342,7 +342,7 @@ The API MUST accept the following parameters: The `callback` function is responsible for reporting the [Measurement](#measurement)s. It will only be called when the Meter is being -observed. Individual language client SHOULD define whether this callback +observed. Individual language clients SHOULD define whether this callback function needs to be reentrant safe / thread safe or not. Individual language client can decide what is the idiomatic approach. Here are