Skip to content

Commit

Permalink
changed function name
Browse files Browse the repository at this point in the history
  • Loading branch information
daidokoro committed Jul 1, 2024
1 parent e9d8aff commit 9ce3395
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 @@ -68,7 +68,7 @@ func MetricFunctions() map[string]ottl.Factory[ottlmetric.TransformContext] {

if useConvertExponentialHistogramToBucketedHistogram.IsEnabled() {
for _, f := range []ottl.Factory[ottlmetric.TransformContext]{
newConvertExponentialHistToBucketedHistFactory(),
newconvertExponentialHistToExplicitHistFactory(),
} {
metricFunctions[f.Name()] = f
}
Expand Down

0 comments on commit 9ce3395

Please sign in to comment.