filodb / FiloDB

Distributed Prometheus time series database
Apache License 2.0
1.43k stars 225 forks source link

fix(histogram): updating naming for min max histograms to otel_cumulative and otel_delta #1742

Closed sandeep6189 closed 7 months ago

sandeep6189 commented 7 months ago

Pull Request checklist

Current behavior : The naming of min max histogram types were confusing since otel histograms support both cumulative and delta histograms.

New behavior : Updating the names to avoid confusion.