G-Research / geras

Geras provides a Thanos Store API for the OpenTSDB HTTP API. This makes it possible to query OpenTSDB via PromQL, through Thanos.
https://github.com/G-Research/geras
Apache License 2.0
38 stars 16 forks source link

Ensure labels are sorted and replica labels are included #82

Closed dgl closed 4 years ago

dgl commented 4 years ago

Also send LabelSets in the response for newer Thanos versions (fixes #17).

This fixes 2 bugs, which combined made this a very confusing set of issues:

dgl commented 4 years ago

PTAL, added tests.