You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 7, 2019. It is now read-only.
I find "thanos-receiver" idea really interesting, so I've started playing around with sending some jsons with metrics via remote-write interface to receiver. After running tests for some time I've decided to attach blocks created by receiver directly to data directory of Prometheus instance. The main problem I've spotted on Prometheus UI is that I am able to see list of metrics persisted by receiver, however when I query for any metric, Prometheus does not show any data point for particular metric.
My first idea why is it working like that was incompatibility of "prometheus/tsdb" modules. So I've updated "thanos" and "prometheus" dependencies to get it working (I've created PR with changes, not sure if I made it correctly), however the problem is still occurring. So my question is: Is it normal that blocks created by thanos-receiver won't be compatible for Prometheus? Maybe I'm missing something obvious here...