Skip to content

Commit 8d488c4

Browse files
heyamstrask
andauthored
Update
Co-authored-by: Trask Stalnaker <[email protected]>
1 parent 688745e commit 8d488c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/app/java-standalone-sampling-overrides.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ This example also suppresses collecting any downstream spans (dependencies) that
102102
"telemetryType": "request",
103103
"attributes": [
104104
{
105-
"key": "http.url",
106-
"value": "https?://[^/]+/health-check",
107-
"matchType": "regexp"
105+
"key": "url.path",
106+
"value": "/health-check",
107+
"matchType": "strict"
108108
}
109109
],
110110
"percentage": 0

0 commit comments

Comments
 (0)