Skip to content

Commit

Permalink
highc: add Discard
Browse files Browse the repository at this point in the history
  • Loading branch information
jpicht committed Sep 13, 2024
1 parent ddd801c commit 8692962
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions highc/discard.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package highc

import "github.com/redsift/go-stats/stats"

func NewDiscard() stats.HighCardinalityCollector {
return New(
stats.NewDiscardCollector(),
stats.NewDiscardCollector(),
)
}

0 comments on commit 8692962

Please sign in to comment.