Skip to content

Commit 688745e

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

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
@@ -164,9 +164,9 @@ those are also collected for all '/login' requests.
164164
"telemetryType": "request",
165165
"attributes": [
166166
{
167-
"key": "http.url",
168-
"value": "https?://[^/]+/login",
169-
"matchType": "regexp"
167+
"key": "url.path",
168+
"value": "/login",
169+
"matchType": "strict"
170170
}
171171
],
172172
"percentage": 100

0 commit comments

Comments
 (0)