-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
115 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
...nTelemetry.AutoInstrumentation.BuildTasks/.publicApi/netstandard2.0/PublicAPI.Shipped.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
#nullable enable | ||
OpenTelemetry.AutoInstrumentation.BuildTasks.CheckForInstrumentationPackages | ||
OpenTelemetry.AutoInstrumentation.BuildTasks.CheckForInstrumentationPackages.CheckForInstrumentationPackages() -> void | ||
OpenTelemetry.AutoInstrumentation.BuildTasks.CheckForInstrumentationPackages.InstrumentationTargetItems.get -> Microsoft.Build.Framework.ITaskItem![]? | ||
OpenTelemetry.AutoInstrumentation.BuildTasks.CheckForInstrumentationPackages.InstrumentationTargetItems.set -> void | ||
OpenTelemetry.AutoInstrumentation.BuildTasks.CheckForInstrumentationPackages.RuntimeCopyLocalItems.get -> Microsoft.Build.Framework.ITaskItem![]? | ||
OpenTelemetry.AutoInstrumentation.BuildTasks.CheckForInstrumentationPackages.RuntimeCopyLocalItems.set -> void | ||
OpenTelemetry.AutoInstrumentation.BuildTasks.CheckForInstrumentationPackages.UseVerboseLog.get -> bool | ||
OpenTelemetry.AutoInstrumentation.BuildTasks.CheckForInstrumentationPackages.UseVerboseLog.set -> void | ||
override OpenTelemetry.AutoInstrumentation.BuildTasks.CheckForInstrumentationPackages.Execute() -> bool |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +0,0 @@ | ||
#nullable enable | ||
OpenTelemetry.AutoInstrumentation.BuildTasks.CheckForInstrumentationPackages | ||
OpenTelemetry.AutoInstrumentation.BuildTasks.CheckForInstrumentationPackages.CheckForInstrumentationPackages() -> void | ||
OpenTelemetry.AutoInstrumentation.BuildTasks.CheckForInstrumentationPackages.InstrumentationTargetItems.get -> Microsoft.Build.Framework.ITaskItem![]? | ||
OpenTelemetry.AutoInstrumentation.BuildTasks.CheckForInstrumentationPackages.InstrumentationTargetItems.set -> void | ||
OpenTelemetry.AutoInstrumentation.BuildTasks.CheckForInstrumentationPackages.RuntimeCopyLocalItems.get -> Microsoft.Build.Framework.ITaskItem![]? | ||
OpenTelemetry.AutoInstrumentation.BuildTasks.CheckForInstrumentationPackages.RuntimeCopyLocalItems.set -> void | ||
OpenTelemetry.AutoInstrumentation.BuildTasks.CheckForInstrumentationPackages.UseVerboseLog.get -> bool | ||
OpenTelemetry.AutoInstrumentation.BuildTasks.CheckForInstrumentationPackages.UseVerboseLog.set -> void | ||
override OpenTelemetry.AutoInstrumentation.BuildTasks.CheckForInstrumentationPackages.Execute() -> bool | ||
42 changes: 42 additions & 0 deletions
42
src/OpenTelemetry.AutoInstrumentation/.publicApi/net462/PublicAPI.Shipped.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,43 @@ | ||
#nullable enable | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn.CallTargetReturn() -> void | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn<T> | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn<T>.CallTargetReturn() -> void | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn<T>.CallTargetReturn(T returnValue) -> void | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn<T>.GetReturnValue() -> T | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState.Activity.get -> System.Diagnostics.Activity? | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState.CallTargetState() -> void | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState.CallTargetState(System.Diagnostics.Activity! activity) -> void | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState.CallTargetState(System.Diagnostics.Activity! activity, object! state, System.DateTimeOffset? startTime) -> void | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState.CallTargetState(System.Diagnostics.Activity? activity, object! state) -> void | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState.State.get -> object? | ||
OpenTelemetry.AutoInstrumentation.DuckTyping.IDuckType | ||
OpenTelemetry.AutoInstrumentation.DuckTyping.IDuckType.Instance.get -> object! | ||
OpenTelemetry.AutoInstrumentation.DuckTyping.IDuckType.ToString() -> string! | ||
OpenTelemetry.AutoInstrumentation.DuckTyping.IDuckType.Type.get -> System.Type! | ||
OpenTelemetry.AutoInstrumentation.Instrumentations.AspNet.HttpModuleIntegration | ||
OpenTelemetry.AutoInstrumentation.Instrumentations.MongoDB.MongoClientIntegration | ||
OpenTelemetry.AutoInstrumentation.Instrumentations.NServiceBus.EndpointConfigurationIntegration | ||
OpenTelemetry.AutoInstrumentation.Instrumentations.Wcf.Service.ServiceHostIntegration | ||
OpenTelemetry.AutoInstrumentation.Instrumentations.Wcf.Client.WcfClientIntegration | ||
override OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn<T>.ToString() -> string! | ||
override OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState.ToString() -> string! | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.BeginMethod<TIntegration, TTarget, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8>(TTarget instance, ref TArg1 arg1, ref TArg2 arg2, ref TArg3 arg3, ref TArg4 arg4, ref TArg5 arg5, ref TArg6 arg6, ref TArg7 arg7, ref TArg8 arg8) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.BeginMethod<TIntegration, TTarget, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7>(TTarget instance, ref TArg1 arg1, ref TArg2 arg2, ref TArg3 arg3, ref TArg4 arg4, ref TArg5 arg5, ref TArg6 arg6, ref TArg7 arg7) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.BeginMethod<TIntegration, TTarget, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6>(TTarget instance, ref TArg1 arg1, ref TArg2 arg2, ref TArg3 arg3, ref TArg4 arg4, ref TArg5 arg5, ref TArg6 arg6) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.BeginMethod<TIntegration, TTarget, TArg1, TArg2, TArg3, TArg4, TArg5>(TTarget instance, ref TArg1 arg1, ref TArg2 arg2, ref TArg3 arg3, ref TArg4 arg4, ref TArg5 arg5) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.BeginMethod<TIntegration, TTarget, TArg1, TArg2, TArg3, TArg4>(TTarget instance, ref TArg1 arg1, ref TArg2 arg2, ref TArg3 arg3, ref TArg4 arg4) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.BeginMethod<TIntegration, TTarget, TArg1, TArg2, TArg3>(TTarget instance, ref TArg1 arg1, ref TArg2 arg2, ref TArg3 arg3) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.BeginMethod<TIntegration, TTarget, TArg1, TArg2>(TTarget instance, ref TArg1 arg1, ref TArg2 arg2) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.BeginMethod<TIntegration, TTarget, TArg1>(TTarget instance, ref TArg1 arg1) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.BeginMethod<TIntegration, TTarget>(TTarget instance) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.BeginMethod<TIntegration, TTarget>(TTarget instance, object![]! arguments) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.EndMethod<TIntegration, TTarget, TReturn>(TTarget instance, TReturn returnValue, System.Exception! exception, in OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState state) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn<TReturn?> | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.EndMethod<TIntegration, TTarget>(TTarget instance, System.Exception! exception, in OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState state) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.GetDefaultValue<T>() -> T? | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.LogException<TIntegration, TTarget>(System.Exception! exception) -> void | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn.GetDefault() -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn<T>.GetDefault() -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn<T> | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState.GetDefault() -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +0,0 @@ | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn.CallTargetReturn() -> void | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn<T> | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn<T>.CallTargetReturn() -> void | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn<T>.CallTargetReturn(T returnValue) -> void | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn<T>.GetReturnValue() -> T | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState.Activity.get -> System.Diagnostics.Activity? | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState.CallTargetState() -> void | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState.CallTargetState(System.Diagnostics.Activity! activity) -> void | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState.CallTargetState(System.Diagnostics.Activity! activity, object! state, System.DateTimeOffset? startTime) -> void | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState.CallTargetState(System.Diagnostics.Activity? activity, object! state) -> void | ||
OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState.State.get -> object? | ||
OpenTelemetry.AutoInstrumentation.DuckTyping.IDuckType | ||
OpenTelemetry.AutoInstrumentation.DuckTyping.IDuckType.Instance.get -> object! | ||
OpenTelemetry.AutoInstrumentation.DuckTyping.IDuckType.ToString() -> string! | ||
OpenTelemetry.AutoInstrumentation.DuckTyping.IDuckType.Type.get -> System.Type! | ||
OpenTelemetry.AutoInstrumentation.Instrumentations.AspNet.HttpModuleIntegration | ||
OpenTelemetry.AutoInstrumentation.Instrumentations.MongoDB.MongoClientIntegration | ||
OpenTelemetry.AutoInstrumentation.Instrumentations.NServiceBus.EndpointConfigurationIntegration | ||
OpenTelemetry.AutoInstrumentation.Instrumentations.Wcf.Service.ServiceHostIntegration | ||
OpenTelemetry.AutoInstrumentation.Instrumentations.Wcf.Client.WcfClientIntegration | ||
override OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn<T>.ToString() -> string! | ||
override OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState.ToString() -> string! | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.BeginMethod<TIntegration, TTarget, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8>(TTarget instance, ref TArg1 arg1, ref TArg2 arg2, ref TArg3 arg3, ref TArg4 arg4, ref TArg5 arg5, ref TArg6 arg6, ref TArg7 arg7, ref TArg8 arg8) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.BeginMethod<TIntegration, TTarget, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7>(TTarget instance, ref TArg1 arg1, ref TArg2 arg2, ref TArg3 arg3, ref TArg4 arg4, ref TArg5 arg5, ref TArg6 arg6, ref TArg7 arg7) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.BeginMethod<TIntegration, TTarget, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6>(TTarget instance, ref TArg1 arg1, ref TArg2 arg2, ref TArg3 arg3, ref TArg4 arg4, ref TArg5 arg5, ref TArg6 arg6) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.BeginMethod<TIntegration, TTarget, TArg1, TArg2, TArg3, TArg4, TArg5>(TTarget instance, ref TArg1 arg1, ref TArg2 arg2, ref TArg3 arg3, ref TArg4 arg4, ref TArg5 arg5) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.BeginMethod<TIntegration, TTarget, TArg1, TArg2, TArg3, TArg4>(TTarget instance, ref TArg1 arg1, ref TArg2 arg2, ref TArg3 arg3, ref TArg4 arg4) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.BeginMethod<TIntegration, TTarget, TArg1, TArg2, TArg3>(TTarget instance, ref TArg1 arg1, ref TArg2 arg2, ref TArg3 arg3) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.BeginMethod<TIntegration, TTarget, TArg1, TArg2>(TTarget instance, ref TArg1 arg1, ref TArg2 arg2) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.BeginMethod<TIntegration, TTarget, TArg1>(TTarget instance, ref TArg1 arg1) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.BeginMethod<TIntegration, TTarget>(TTarget instance) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.BeginMethod<TIntegration, TTarget>(TTarget instance, object![]! arguments) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.EndMethod<TIntegration, TTarget, TReturn>(TTarget instance, TReturn returnValue, System.Exception! exception, in OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState state) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn<TReturn?> | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.EndMethod<TIntegration, TTarget>(TTarget instance, System.Exception! exception, in OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState state) -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.GetDefaultValue<T>() -> T? | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetInvoker.LogException<TIntegration, TTarget>(System.Exception! exception) -> void | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn.GetDefault() -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn<T>.GetDefault() -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetReturn<T> | ||
static OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState.GetDefault() -> OpenTelemetry.AutoInstrumentation.CallTarget.CallTargetState | ||
Oops, something went wrong.