Skip to content

Commit

Permalink
Fix typo in intToDoubleFeatureGate
Browse files Browse the repository at this point in the history
Signed-off-by: chingis-fiskil <155513163+chingis-fiskil@users.noreply.github.com>
  • Loading branch information
chingis-fiskil authored and damemi committed Jul 23, 2024
1 parent bdfe033 commit 5d8678d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
)

var intToDoubleFeatureGate = featuregate.GlobalRegistry().MustRegister(
"exporter.googlemanagedpromethues.intToDouble",
"exporter.googlemanagedprometheus.intToDouble",
featuregate.StageAlpha,
featuregate.WithRegisterFromVersion("v0.100.0"),
featuregate.WithRegisterDescription("Convert all int metrics to double metrics to avoid incompatible value types."),
Expand Down

0 comments on commit 5d8678d

Please sign in to comment.