Skip to content
Snippets Groups Projects
Unverified Commit e3f43cfe authored by Oliver's avatar Oliver Committed by GitHub
Browse files

go fmt (#241)

parent d3c7f89f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1021,7 +1021,7 @@ func (e *Exporter) scrapeRedisHost(scrapes chan<- scrapeResult, addr string, idx
if len(values) > 0 {
if values, err = redis.Values(values[0], err); err == nil && len(values) > 0 {
slowlogLastId = values[0].(int64)
if (len(values) > 2) {
if len(values) > 2 {
lastSlowExecutionDurationSeconds = float64(values[2].(int64)) / 1e6
}
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment