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

the character "." is not handled correct when use geras with thanos_remote_read? #79

Closed Jamlee closed 4 years ago

Jamlee commented 4 years ago

i get the error like below: image

there are my docker-compose.yml image

dgl commented 4 years ago

There's a fix in #80, available by setting -metrics-name-response-rewriting, we weren't consistent in that we accepted the ':' form but returned '.' in __name__, which we can get away with if Thanos is used, but Prometheus does more validation in remote_read.

Jamlee commented 4 years ago

amazing, nice, good. give you my heart