Skip to content

Commit 7b35093

Browse files
committed
Rename activities to be more specific to the library
1 parent 221adee commit 7b35093

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/W4k.Extensions.Configuration.Aws.SecretsManager/Diagnostics/ActivityDescriptors.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ public static class ActivityDescriptors
1515
/// <summary>
1616
/// Name of activity representing load of secrets from AWS Secrets Manager.
1717
/// </summary>
18-
public static readonly string LoadActivityName = "Load";
18+
public static readonly string LoadActivityName = "W4k.SecretsManager.Load";
1919

2020
/// <summary>
2121
/// Name of activity representing reload of secrets from AWS Secrets Manager.
2222
/// </summary>
23-
public static readonly string ReloadActivityName = "Reload";
23+
public static readonly string ReloadActivityName = "W4k.SecretsManager.Reload";
2424

25-
internal static ActivitySource Source { get; } = new(ActivitySourceName, "2.0");
25+
internal static ActivitySource Source { get; } = new(ActivitySourceName, "2.1");
2626
}

0 commit comments

Comments
 (0)