From 4425688a20eadada8e5e4e4c0db3405be31d78fb Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Thu, 24 Mar 2022 11:26:46 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8adaf8409..94b82674342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,22 @@ - Deprecate UnmarshalJSON[Traces|Metrics|Logs][Reques|Response] in favor of `UnmarshalJSON`. - Deprecate [Traces|Metrics|Logs][Reques|Response].Marshal in favor of `MarshalProto`. - Deprecate UnmarshalJSON[Traces|Metrics|Logs][Reques|Response] in favor of `UnmarshalProto`. - +- Deprecating following pdata methods/types following OTLP v0.15.0 upgrade (#5076): + - InstrumentationLibrary is now InstrumentationScope + - NewInstrumentationLibrary is now NewInstrumentationScope + - InstrumentationLibraryLogsSlice is now ScopeLogsSlice + - NewInstrumentationLibraryLogsSlice is now NewScopeLogsSlice + - InstrumentationLibraryLogs is now ScopeLogs + - NewInstrumentationLibraryLogs is now NewScopeLogs + - InstrumentationLibraryMetricsSlice is now ScopeMetricsSlice + - NewInstrumentationLibraryMetricsSlice is now NewScopeMetricsSlice + - InstrumentationLibraryMetrics is now ScopeMetrics + - NewInstrumentationLibraryMetrics is now NewScopeMetrics + - InstrumentationLibrarySpansSlice is now ScopeSpansSlice + - NewInstrumentationLibrarySpansSlice is now NewScopeSpansSlice + - InstrumentationLibrarySpans is now ScopeSpans + - NewInstrumentationLibrarySpans is now NewScopeSpans + ### 💡 Enhancements 💡 - Change outcome of `pdata.Metric.()` functions misuse.