Skip to content

Commit

Permalink
Remove unused metric
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksontj committed Oct 25, 2018
1 parent 3c549a2 commit 727ab0c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions proxyquerier/querier.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,13 @@ import (
"github.com/jacksontj/promxy/config"
"github.com/jacksontj/promxy/promclient"
"github.com/jacksontj/promxy/servergroup"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/common/model"
"github.com/prometheus/prometheus/pkg/labels"
"github.com/prometheus/prometheus/pkg/timestamp"
"github.com/prometheus/prometheus/storage"
"github.com/sirupsen/logrus"
)

var (
proxyQuerierSummary = prometheus.NewSummaryVec(prometheus.SummaryOpts{
Name: "proxy_querier_request",
Help: "Summary of proxyquerier calls to downstreams",
}, []string{"host", "call", "status"})
)

func init() {
prometheus.MustRegister(proxyQuerierSummary)
}

type ProxyQuerier struct {
Ctx context.Context
Start time.Time
Expand Down

0 comments on commit 727ab0c

Please sign in to comment.