class Airbrake::TDigest

def merge!(other)

def merge!(other)
  push_centroid(other.centroids.values.shuffle)
  self
end