Satya Kuppam
Satya Kuppam
## Problem To decrease the impact of rebalances during rolling bounces of k8s pods, we changed the `partition.assignment.strategy` from the default `RangeAssignor` to `CooperativeStickyAssignor`. After this change we encountered NPEs...
## Problem To decrease the impact of rebalances during rolling bounces of k8s pods, we changed the `partition.assignment.strategy` from the default `RangeAssignor` to `CooperativeStickyAssignor`. After this change we encountered NPEs...
### Description Currently prometheus-emitter extension exposes prometheus metric types histogram, gauge and counter as `timer`, `gauge` and `count` respectively. Users can chose the metric type for each Druid metric by...