We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 586a607 + 16599e8 commit 650b4feCopy full SHA for 650b4fe
alertlog.go
@@ -7,8 +7,7 @@ import (
7
"strconv"
8
"strings"
9
"time"
10
-
11
- "github.com/prometheus/common/log"
+ "log"
12
)
13
14
type Client struct {
main.go
@@ -11,7 +11,7 @@ import (
_ "github.com/mattn/go-oci8"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"
15
16
17
// Metric name parts.
0 commit comments