Skip to content

Commit d568067

Browse files
committed
Merge branch 'heya/update-docs-for-3.5-ga' of https://github.com/heyams/azure-docs-pr into heya/update-docs-for-3.5-ga
2 parents 8621063 + 0473473 commit d568067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/java-standalone-telemetry-processors-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ The following sample shows how to hash existing attribute values.
329329
### Extract
330330

331331
The following sample shows how to use a regular expression (regex) to create new attributes based on the value of another attribute.
332-
For example, given `url.path = http://example.com/path?queryParam1=value1,queryParam2=value2`, the following attributes are inserted:
332+
For example, given `url.path = /path?queryParam1=value1,queryParam2=value2`, the following attributes are inserted:
333333
* httpProtocol: `http`
334334
* httpDomain: `example.com`
335335
* httpPath: `path`

0 commit comments

Comments
 (0)