scylladb / scylla-jmx

Scylla JMX proxy
GNU Affero General Public License v3.0
29 stars 53 forks source link

metrics: revert 'metrics: EstimatedHistogram::getValues() returns buc… #205

Closed Deexie closed 1 year ago

Deexie commented 1 year ago

…ketOffsets'

The range and values of bucketOffsets does not change depending on the buckets' values. EstimatedHistogram::getValues() should not return an array which is constant for each histogram.

Reverts 602329c95804105322ee0f7b3297a33a269e810e.

denesb commented 1 year ago

Need motivation for the revert.

Deexie commented 1 year ago