Showing
1 changed file
with
1 additions
and
1 deletions
@@ -117,7 +117,7 @@ module.exports = (req, res, next) => { | @@ -117,7 +117,7 @@ module.exports = (req, res, next) => { | ||
117 | tags: { | 117 | tags: { |
118 | app: item.app, | 118 | app: item.app, |
119 | host: item.hostname, | 119 | host: item.hostname, |
120 | - route: item.path | 120 | + route: item.pt |
121 | }, | 121 | }, |
122 | fields: { | 122 | fields: { |
123 | duration: item.duration | 123 | duration: item.duration |
-
Please register or login to post a comment