Skip to content

Commit

Permalink
Update featurecontrol/featurecontrol.go
Browse files Browse the repository at this point in the history
Co-authored-by: George Robinson <george.robinson@grafana.com>
Signed-off-by: gotjosh <josue.abreu@gmail.com>
  • Loading branch information
gotjosh and grobinson-grafana authored Nov 17, 2023
1 parent 1a04bcf commit 2576c55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion featurecontrol/featurecontrol.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ import (

const (
FeatureReceiverNameInMetrics = "receiver-name-in-metrics"
FeatureClassicMatchers = "classic-matchers"
FeatureClassicMode = "classic-mode"
FeatureUTF8Mode = "utf8-mode"
FeatureUTF8Matchers = "utf8-matchers"
)

Expand Down

0 comments on commit 2576c55

Please sign in to comment.