refactor: make codebase more modular and use a single index for all services, tools and metics

This commit is contained in:
Patryk Hegenberg 2025-09-23 08:36:46 +02:00
parent 25dffecb43
commit 491eeaabd7
8 changed files with 343 additions and 130 deletions

View file

@ -205,7 +205,7 @@ func (p *NginxTJMLogParser) parseNginxTJM(entry LogEntry) LogEntry {
break
}
}
newEntry.BaseInformation = nginxBase
newEntry.ServiceInformation = nginxBase
return newEntry
}