Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit c2ccac6

Browse files
committed
get rid of unused variable and the dependency it pulled in
1 parent 0b5c3fc commit c2ccac6

File tree

2 files changed

+0
-158
lines changed

2 files changed

+0
-158
lines changed

metrics_client/metrics_client.go

-154
This file was deleted.

publish/publish.go

-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package publish
33
import (
44
"strconv"
55

6-
"github.com/grafana/metrictank/metrics_client"
76
schema "github.com/grafana/metrictank/schema"
87
"github.com/prometheus/client_golang/prometheus"
98
"github.com/prometheus/client_golang/prometheus/promauto"
@@ -25,9 +24,6 @@ type Publisher interface {
2524

2625
var (
2726
publisher Publisher
28-
29-
// Persister allows pushing metrics to the Persistor Service
30-
Persistor *metrics_client.Client
3127
)
3228

3329
func Init(p Publisher) {

0 commit comments

Comments
 (0)