mirror of
https://github.com/prometheus/prometheus.git
synced 2025-07-03 11:03:25 +00:00
Switched to go-kit/log
Signed-off-by: Levi Harrison <git@leviharrison.dev>
This commit is contained in:
parent
01dd0e0963
commit
b5f6f8fb36
111 changed files with 163 additions and 162 deletions
|
@ -21,8 +21,8 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/go-kit/kit/log"
|
||||
"github.com/go-kit/kit/log/level"
|
||||
"github.com/go-kit/log"
|
||||
"github.com/go-kit/log/level"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
"github.com/prometheus/common/config"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue