generated from arcus-azure/arcus.github.template
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove deprecated correlation (#540)
- Loading branch information
1 parent
15868c1
commit 14e17ad
Showing
13 changed files
with
2 additions
and
851 deletions.
There are no files selected for viewing
49 changes: 0 additions & 49 deletions
49
src/Arcus.Observability.Correlation/CorrelationInfoOperationOptions.cs
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
src/Arcus.Observability.Correlation/CorrelationInfoOptions.cs
This file was deleted.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
src/Arcus.Observability.Correlation/CorrelationInfoTransactionOptions.cs
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
src/Arcus.Observability.Correlation/CorrelationInfoUpstreamServiceOptions.cs
This file was deleted.
Oops, something went wrong.
16 changes: 1 addition & 15 deletions
16
src/Arcus.Observability.Correlation/DefaultCorrelationInfoAccessor.cs
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,23 +1,9 @@ | ||
using System; | ||
|
||
namespace Arcus.Observability.Correlation | ||
namespace Arcus.Observability.Correlation | ||
{ | ||
/// <summary> | ||
/// Default <see cref="ICorrelationInfoAccessor"/> implementation to access the <see cref="CorrelationInfo"/> in the current context. | ||
/// </summary> | ||
public class DefaultCorrelationInfoAccessor : DefaultCorrelationInfoAccessor<CorrelationInfo>, ICorrelationInfoAccessor | ||
{ | ||
/// <summary> | ||
/// Prevents a new instance of the <see cref="DefaultCorrelationInfoAccessor"/> class from being created. | ||
/// </summary> | ||
public DefaultCorrelationInfoAccessor() | ||
{ | ||
} | ||
|
||
/// <summary> | ||
/// Gets the default instance for the <see cref="DefaultCorrelationInfoAccessor"/> class. | ||
/// </summary> | ||
[Obsolete("Create a new instance instead of using this static value")] | ||
public new static DefaultCorrelationInfoAccessor Instance { get; } = new DefaultCorrelationInfoAccessor(); | ||
} | ||
} |
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
Oops, something went wrong.