We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca91a2 commit 2114df5Copy full SHA for 2114df5
pkg/throttle/mysql.go
@@ -6,7 +6,6 @@ import (
6
7
"github.com/github/freno/pkg/base"
8
"github.com/github/freno/pkg/mysql"
9
- "github.com/outbrain/golib/log"
10
)
11
12
func aggregateMySQLProbes(
@@ -32,7 +31,6 @@ func aggregateMySQLProbes(
32
31
33
value, err := instanceMetricResult.Get()
34
if err != nil {
35
- log.Errorf("error getting metric from %s: %v", probe.Key.Hostname, err)
36
if ignoreDialTcpErrors && base.IsDialTcpError(err) {
37
continue
38
}
0 commit comments