Skip to content

Commit

Permalink
Remove unused metric definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
aalda committed Apr 5, 2019
1 parent 5b85e8a commit 1652a0c
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions metrics/definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,30 +33,6 @@ var (

// BALLOON

QedBalloonAddDurationSeconds = prometheus.NewSummary(
prometheus.SummaryOpts{
Name: "qed_balloon_add_duration_seconds",
Help: "Duration of the add operation.",
},
)
QedBalloonMembershipDurationSeconds = prometheus.NewSummary(
prometheus.SummaryOpts{
Name: "qed_balloon_membership_duration_seconds",
Help: "Duration of the membership queries.",
},
)
QedBalloonDigestMembershipDurationSeconds = prometheus.NewSummary(
prometheus.SummaryOpts{
Name: "qed_balloon_digest_membership_duration_seconds",
Help: "Duration of the membership by digest queries.",
},
)
QedBalloonIncrementalDurationSeconds = prometheus.NewSummary(
prometheus.SummaryOpts{
Name: "qed_balloon_incremental_duration_seconds",
Help: "Duration of the incremental queries.",
},
)
QedBalloonAddTotal = prometheus.NewCounter(
prometheus.CounterOpts{
Name: "qed_balloon_add_total",
Expand Down Expand Up @@ -87,11 +63,6 @@ var (
DefaultMetrics = []prometheus.Collector{
QedAPIHealthcheckRequestsTotal,

QedBalloonAddDurationSeconds,
QedBalloonMembershipDurationSeconds,
QedBalloonDigestMembershipDurationSeconds,
QedBalloonIncrementalDurationSeconds,

QedBalloonAddTotal,
QedBalloonMembershipTotal,
QedBalloonDigestMembershipTotal,
Expand Down

0 comments on commit 1652a0c

Please sign in to comment.