Skip to content

Commit 8621063

Browse files
committed
Update
1 parent f498813 commit 8621063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/app/java-standalone-upgrade-from-2x.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ The telemetry processors perform the following actions (in order):
8585
which means it applies to all telemetry that has attributes
8686
(currently `requests` and `dependencies`, but soon also `traces`).
8787

88-
It matches any telemetry that has attributes named `http.request.method` (used to be `http.method`) and `url.path` (used to be `http.url`).
88+
It matches any telemetry that has attributes named `http.request.method` and `url.path`.
8989

90-
Then it extracts the path portion of the `url.path` attribute into a new attribute named `tempName`.
90+
Then it extracts `url.path` attribute into a new attribute named `tempName`.
9191

9292
2. The second telemetry processor is a span processor (has type `span`),
9393
which means it applies to `requests` and `dependencies`.

0 commit comments

Comments
 (0)