From 007f415120090972e22a90afd499640321f160f3 Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Mon, 18 Sep 2023 17:52:56 +0200 Subject: [PATCH] Consistently use "advisory parameters" instead of "advice parameters" (#3693) --- specification/metrics/sdk.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/metrics/sdk.md b/specification/metrics/sdk.md index 37f96158e67..0ac9ad9f29e 100644 --- a/specification/metrics/sdk.md +++ b/specification/metrics/sdk.md @@ -862,8 +862,8 @@ parameters. If an advisory parameter is not valid, the Meter SHOULD emit an erro notifying the user and proceed as if the parameter was not provided. If multiple [identical Instruments](api.md#instrument) are created with -different advice parameters, the Meter MUST return an instrument using the -first-seen advice parameters and log an appropriate error as described in +different advisory parameters, the Meter MUST return an instrument using the +first-seen advisory parameters and log an appropriate error as described in [duplicate instrument registrations](#duplicate-instrument-registration). ## Attribute limits