Skip to content

Commit 650b4fe

Browse files
authored
Merge pull request #83 from eternalme/eternalme-patch-1-Log-is-depricated
Update alertlog.go
2 parents 586a607 + 16599e8 commit 650b4fe

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

alertlog.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ import (
77
"strconv"
88
"strings"
99
"time"
10-
11-
"github.com/prometheus/common/log"
10+
"log"
1211
)
1312

1413
type Client struct {

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
_ "github.com/mattn/go-oci8"
1212
"github.com/prometheus/client_golang/prometheus"
1313
"github.com/prometheus/client_golang/prometheus/promhttp"
14-
"github.com/prometheus/common/log"
14+
"log"
1515
)
1616

1717
// Metric name parts.

0 commit comments

Comments
 (0)