From 94ede32d56398ac921d82f462631d9701252ebf6 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Wed, 4 Jan 2023 16:46:58 -0800 Subject: [PATCH] Update PR number in changelog entry --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08046aeeba4..628f3aba84c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm This `Registration` can be used to unregister callbacks. (#3522) - Add `Producer` interface and `Reader.RegisterProducer(Producer)` to `go.opentelemetry.io/otel/sdk/metric` to enable external metric Producers. (#3524) - Add the `Callback` function type to the `go.opentelemetry.io/otel/metric` package. - This new named function type is registered with a `Meter`. (#TBD) + This new named function type is registered with a `Meter`. (#3564) ### Changed @@ -55,7 +55,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - `InstrumentKindAsyncUpDownCounter` is renamed to `InstrumentKindObservableUpDownCounter` - `InstrumentKindAsyncGauge` is renamed to `InstrumentKindObservableGauge` - Update the `RegisterCallback` method of the `Meter` in the `go.opentelemetry.io/otel/sdk/metric` package to accept the added `Callback` type instead of an inline function type definition. - The underlying type of a `Callback` is the same `func(context.Context)` that the method used to accept. (#TBD) + The underlying type of a `Callback` is the same `func(context.Context)` that the method used to accept. (#3564) ### Deprecated