refactor: make codebase more modular and use a single index for all services, tools and metics
This commit is contained in:
parent
25dffecb43
commit
491eeaabd7
8 changed files with 343 additions and 130 deletions
|
|
@ -205,7 +205,7 @@ func (p *NginxTJMLogParser) parseNginxTJM(entry LogEntry) LogEntry {
|
|||
break
|
||||
}
|
||||
}
|
||||
newEntry.BaseInformation = nginxBase
|
||||
newEntry.ServiceInformation = nginxBase
|
||||
|
||||
return newEntry
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue