From 6bd6c221c4d37a78faf6aca27a8c372d26913334 Mon Sep 17 00:00:00 2001 From: Utkarsh Umesan Pillai Date: Tue, 24 May 2022 15:51:13 -0700 Subject: [PATCH] Mark MultiTypePropertyFetcher as internal (#373) --- .../MultiTypePropertyFetcher.cs | 2 +- .../.publicApi/net462/PublicAPI.Unshipped.txt | 3 --- .../.publicApi/netstandard2.0/PublicAPI.Unshipped.txt | 3 --- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/OpenTelemetry.Contrib.Shared/DiagnosticSourceInstrumentation/MultiTypePropertyFetcher.cs b/src/OpenTelemetry.Contrib.Shared/DiagnosticSourceInstrumentation/MultiTypePropertyFetcher.cs index e88f28052c5..e360055f573 100644 --- a/src/OpenTelemetry.Contrib.Shared/DiagnosticSourceInstrumentation/MultiTypePropertyFetcher.cs +++ b/src/OpenTelemetry.Contrib.Shared/DiagnosticSourceInstrumentation/MultiTypePropertyFetcher.cs @@ -25,7 +25,7 @@ namespace OpenTelemetry.Instrumentation /// PropertyFetcher fetches a property from an object. /// /// The type of the property being fetched. - public class MultiTypePropertyFetcher + internal class MultiTypePropertyFetcher { private readonly string propertyName; private readonly ConcurrentDictionary innerFetcher = new ConcurrentDictionary(); diff --git a/src/OpenTelemetry.Instrumentation.StackExchangeRedis/.publicApi/net462/PublicAPI.Unshipped.txt b/src/OpenTelemetry.Instrumentation.StackExchangeRedis/.publicApi/net462/PublicAPI.Unshipped.txt index a1a71d36cbe..ebca0c81e02 100644 --- a/src/OpenTelemetry.Instrumentation.StackExchangeRedis/.publicApi/net462/PublicAPI.Unshipped.txt +++ b/src/OpenTelemetry.Instrumentation.StackExchangeRedis/.publicApi/net462/PublicAPI.Unshipped.txt @@ -1,6 +1,3 @@ -OpenTelemetry.Instrumentation.MultiTypePropertyFetcher -OpenTelemetry.Instrumentation.MultiTypePropertyFetcher.Fetch(object obj) -> T -OpenTelemetry.Instrumentation.MultiTypePropertyFetcher.MultiTypePropertyFetcher(string propertyName) -> void OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisCallsInstrumentationOptions OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisCallsInstrumentationOptions.Enrich.get -> System.Action OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisCallsInstrumentationOptions.Enrich.set -> void diff --git a/src/OpenTelemetry.Instrumentation.StackExchangeRedis/.publicApi/netstandard2.0/PublicAPI.Unshipped.txt b/src/OpenTelemetry.Instrumentation.StackExchangeRedis/.publicApi/netstandard2.0/PublicAPI.Unshipped.txt index a1a71d36cbe..ebca0c81e02 100644 --- a/src/OpenTelemetry.Instrumentation.StackExchangeRedis/.publicApi/netstandard2.0/PublicAPI.Unshipped.txt +++ b/src/OpenTelemetry.Instrumentation.StackExchangeRedis/.publicApi/netstandard2.0/PublicAPI.Unshipped.txt @@ -1,6 +1,3 @@ -OpenTelemetry.Instrumentation.MultiTypePropertyFetcher -OpenTelemetry.Instrumentation.MultiTypePropertyFetcher.Fetch(object obj) -> T -OpenTelemetry.Instrumentation.MultiTypePropertyFetcher.MultiTypePropertyFetcher(string propertyName) -> void OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisCallsInstrumentationOptions OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisCallsInstrumentationOptions.Enrich.get -> System.Action OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisCallsInstrumentationOptions.Enrich.set -> void