ParseLogMetrics extracts metrics from engine-specific log content
(logContent string, verbose bool)
| 189 | type LogParser interface { |
| 190 | // ParseLogMetrics extracts metrics from engine-specific log content |
| 191 | ParseLogMetrics(logContent string, verbose bool) LogMetrics |
| 192 | |
| 193 | // GetLogParserScriptId returns the name of the JavaScript script to parse logs for this engine |
| 194 | GetLogParserScriptId() string |
no outgoing calls
no test coverage detected