Niksa Jakovljevic
Niksa Jakovljevic
Can you please share your docker-compose yaml
That's weird. What's the output of: `select * from pg_settings where name = 'shared_preload_libraries'` Did you restarted server after changing the config file? What's the output of `\dx` in psql.
@thecodeassassin Please make sure to use the image tagged with `:latest` or `:version`. `:master` tag is discontinued as it's non standard.
Hey @virasatkhan, what I find confusing here is that you shut down prometheus1 but adapter1 keeps writing. I wonder what is it writing if it gets no data from prometheus?...
Since SQL logic was moved to extension repository this PR can be closed.
I believe we have open PR to address this. @JamesGuthrie Do you mind mentioning those here?
It would also be nice to add a bit more description. Someone can misunderstand this with our in-memory LRU cache implementation where focus here is more on expiring series on...
I didn't get into implementation but mostly reading the description. So if I understand correctly this implementation should enable us to only remove specific series ids (from connector cache) that...
I didn't get deep into this but if it's only reproducible when time is not present I have one idea. Since timestamp is in that case generated on Promscale (time.now())...
Hmm in my new environment I am somehow unable to reproduce this problem. ``` ~ > seq 1 10 | xargs -n1 -P 10 curl -v --data-urlencode 'query=/api/v1/query?query=count by (job,...