Commit 4ab0eaf
authored
Make span name without query string (#1013)
Query strings shouldn't be included in span names, as this prevents
tracing consumers from properly aggregating spans, etc.
This change modifies span names to only include URI paths.
Signed-off-by: aatarasoff <[email protected]>1 parent 3d02866 commit 4ab0eaf
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
| 99 | + | |
104 | 100 | | |
105 | 101 | | |
106 | 102 | | |
| |||
0 commit comments