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
Copy file name to clipboardExpand all lines: agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/configuration/Configuration.java
+ "\" attribute for sampling overrides because you can only use the attributes set at the start of a span.",
727
+
"Please remove the \""
728
+
+ httpStatusCodeKey
729
+
+ "\" attribute from the sampling override configuration and look at https://learn.microsoft.com/azure/azure-monitor/app/java-standalone-sampling-overrides for an alternative solution.");
730
+
}
720
731
if (matchType == MatchType.REGEXP) {
721
732
if (isEmpty(value)) {
722
733
// TODO add doc and go link, similar to telemetry processors
0 commit comments