format log, extract log, metrics from log
- kafka
- yaml
- go template
- input: read from stdin, kafka, file
- format: convert to map[String]interface{}
- metric: extract metric from log by using metric template (like
access.qps/typeName={{.TypeName}}
) with counter value. - output: send metric to storage