You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Description of changes:*
We do not want to automatically disable Application Signals if SigV4 is
enabled. This PR allows Application Signals to run normally with SigV4.
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
Copy file name to clipboardExpand all lines: awsagentprovider/src/main/java/software/amazon/opentelemetry/javaagent/providers/AwsApplicationSignalsCustomizerProvider.java
+6-11Lines changed: 6 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -123,10 +123,8 @@ public class AwsApplicationSignalsCustomizerProvider
123
123
// This is a bit of a magic number, as there is no simple way to tell how many spans can make a
0 commit comments