File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/azure-monitor/app Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,9 @@ The telemetry processors perform the following actions (in order):
85
85
which means it applies to all telemetry that has attributes
86
86
(currently ` requests ` and ` dependencies ` , but soon also ` traces ` ).
87
87
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 ` .
89
89
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 ` .
91
91
92
92
2 . The second telemetry processor is a span processor (has type ` span ` ),
93
93
which means it applies to ` requests ` and ` dependencies ` .
You can’t perform that action at this time.
0 commit comments