Skip to content

Commit

Permalink
remove duplocate init fields in quantile summary record
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Jul 17, 2021
1 parent 441e38c commit d3a0fdf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/metrics/prometheus_quantile_summary.erl
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,5 @@ quantile_merge(QE1, QE2) ->

samples_count = N1 + N2,
data = Data1 ++ Data2,
invariant = Invariant,
data_count = 0,
inserts_since_compression = 0
invariant = Invariant
}).

0 comments on commit d3a0fdf

Please sign in to comment.