Skip to content

Commit

Permalink
adjust feature gate description
Browse files Browse the repository at this point in the history
  • Loading branch information
daidokoro committed Jul 3, 2024
1 parent 30e791e commit d4f9032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/transformprocessor/internal/metrics/functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var useConvertBetweenSumAndGaugeMetricContext = featuregate.GlobalRegistry().Mus
var useConvertExponentialHistogramToExplicitHistogram = featuregate.GlobalRegistry().MustRegister(
"processor.transform.ConvertExponentialHistogramToExplicitHistogram",
featuregate.StageAlpha,
featuregate.WithRegisterDescription("When enabled will convert exponential histograms to bucketed histograms"),
featuregate.WithRegisterDescription("When enabled will use metric context for conversion of exponential histograms to explicit histograms"),
)

func DataPointFunctions() map[string]ottl.Factory[ottldatapoint.TransformContext] {
Expand Down

0 comments on commit d4f9032

Please sign in to comment.