**Describe the bug** Promscale returns empty results although data is present in the DB. **To Reproduce** Send query: `/api/v1/query?query=count by (job, instance, version) (prometheus_build_info{job=~".+", instance=~".+"})` Response: `{"status":"success","data":{"resultType":"vector","result":[]}}` **Version** - Distribution/OS: K8s - Promscale: 0.16 - TimescaleDB: 2.8.1
Describe the bug
Promscale returns empty results although data is present in the DB.
To Reproduce
Send query:
/api/v1/query?query=count by (job, instance, version) (prometheus_build_info{job=~".+", instance=~".+"})Response:
{"status":"success","data":{"resultType":"vector","result":[]}}Version