FiloDB icon indicating copy to clipboard operation
FiloDB copied to clipboard

feat(histograms): Supporting back compatibility of queries which spans across prom histograms and otel histograms for same metric

Open sandeep6189 opened this issue 8 months ago • 0 comments

Pull Request checklist

  • [x] The commit(s) message(s) follows the contribution guidelines ?
  • [x] Tests for the changes have been added (for bug fixes / features) ?
  • [x] Docs have been added / updated (for bug fixes / features) ?

Current behavior : back compatibility of queries spanning across prom-histograms and otel histograms with same metric name.

New behavior : supporting this behavior.

BREAKING CHANGES

  • Changed storage schema of otel-cumulative-histogram and otel-delta-histogram. Moved histogram to column 3 from column 5.

sandeep6189 avatar Jun 27 '24 23:06 sandeep6189