always
This commit is contained in:
parent
4b0058d09a
commit
ae46c0b0c7
1 changed files with 2 additions and 3 deletions
|
@ -257,9 +257,8 @@ LOOP:
|
||||||
if line.Text == "" { //skip empty lines
|
if line.Text == "" { //skip empty lines
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if ctx.Profiling {
|
|
||||||
ReaderHits.With(prometheus.Labels{"source": ctx.Filename}).Inc()
|
ReaderHits.With(prometheus.Labels{"source": ctx.Filename}).Inc()
|
||||||
}
|
|
||||||
l.Raw = line.Text
|
l.Raw = line.Text
|
||||||
l.Labels = ctx.Labels
|
l.Labels = ctx.Labels
|
||||||
l.Time = line.Time
|
l.Time = line.Time
|
||||||
|
|
Loading…
Add table
Reference in a new issue