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 - cherry-pick #1751

Closed sandeep6189 closed 6 months ago

sandeep6189 commented 6 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.