File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/W4k.Extensions.Configuration.Aws.SecretsManager/Diagnostics Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments