Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-apm
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2017-12-11 15:46:58 +0800
Commit
99e9bbd82b880cd3870b6a931a243ff614cd15e9
1 parent
c9ea39ed
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
lib/line-parse.js
lib/line-parse.js
View file @
99e9bbd
...
...
@@ -25,6 +25,10 @@ function parseMessage(line) {
tags
.
route
=
tags
.
path
;
}
if
(
fields
.
uid
&&
fields
.
uid
===
'"undefined"'
)
{
fields
.
uid
=
'0'
;
}
if
(
!
tags
.
route
)
{
tags
.
route
=
'null'
;
}
...
...
Please
register
or
login
to post a comment