Results 45 comments of Kris Avi

Crashes with version 1.3.0 as well on launch

I had same issue, however was using Yubico PIV Tool PKCS#11 driver. The binaries you made with EC support did make it show up in ssh-keygen, but after `ssh-add -s...

The issue is not with renames, error is thrown because the venv is not activated prior to running python command Most likely on windows if using venv named venv, then...

If you are using TimescaleDB as well, probably could use something like: https://docs.timescale.com/latest/using-timescaledb/data-retention If not, put pg_agent and scheduler to set up data retention using delete. I think that is...

It does try to create the table, but if it exists it continues. However that is a problem how the check is performed. https://github.com/timescale/prometheus-postgresql-adapter/blob/7b6d24096ce522a72065c0cf1e0460e00c465a35/pkg/postgresql/client.go#L172 This is not the correct way....

@Knudian This is a bad approach. It is hardcoded to Englsih. > I am not fluent enough with go to propose a PR for this, but I think the adapter...

@Knudian yeah, makes sense. Check in go to query table is not the simplest to implement and to make it so it would not fail whole process if for some...

I tried to get it to work by using some of the cmake scripts as expample from timescaledb, only using src that is existing in pg_postgres, but get to point...

Hi, @Jasonrve and @bryanasdev000, Sorry for the delay with PR. I will look up where I saved the code and push to git and make a PR even if it...

Hey, I have same interest. I have server running on Windows. The Prometheus running on it, Postgres running on it, but I cannot connect the 2. Is there any progress...