Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-goodisman committed Apr 25, 2024
1 parent 0d40688 commit ab11d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/denylist/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ var metricFilterEnabled = promauto.NewGaugeVec(prometheus.GaugeOpts{
Namespace: "otr",
Subsystem: "denylist",
Name: "filter_enabled",
Help: "Gauge indicating whether the denylist filter is enabled for a particular DB namespace",
}, []string{"namespace"})
Help: "Gauge indicating whether the denylist filter is enabled for a particular DB name",
}, []string{"db"})

// CollectionEndpoint serves the endpoints for the whole Denylist at /denylist
func CollectionEndpoint(denylist *sync.Map) func(http.ResponseWriter, *http.Request) {
Expand Down

0 comments on commit ab11d29

Please sign in to comment.