Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
update prom client to 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
idoqo committed Mar 24, 2022
1 parent 7f46339 commit 527d811
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 9 deletions.
4 changes: 2 additions & 2 deletions actions/mysql_explain_action.go
Expand Up @@ -26,7 +26,7 @@ import (

"github.com/percona/pmm/api/agentpb"
"github.com/pkg/errors"
"github.com/prometheus/common/log"
"github.com/sirupsen/logrus"

"github.com/percona/pmm-agent/tlshelpers"
)
Expand Down Expand Up @@ -55,7 +55,7 @@ func NewMySQLExplainAction(id string, params *agentpb.StartActionRequest_MySQLEx
if params.TlsFiles != nil && params.TlsFiles.Files != nil {
err := tlshelpers.RegisterMySQLCerts(params.TlsFiles.Files)
if err != nil {
log.Error(err)
logrus.Error(err)
}
}

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Expand Up @@ -28,8 +28,8 @@ require (
github.com/percona/percona-toolkit v3.2.1+incompatible
github.com/percona/pmm v0.0.0-20220310104949-dd33560bcdde
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.1
github.com/prometheus/common v0.26.0
github.com/prometheus/client_golang v1.12.1
github.com/prometheus/common v0.32.1
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/objx v0.2.0
github.com/stretchr/testify v1.6.1
Expand Down

0 comments on commit 527d811

Please sign in to comment.