vvitad

Results 11 comments of vvitad

@williford thank you for documenting it! helped me

`expiration: 1m` also isn't helping

@GSX1400 we couldn't resolve this problem and chose another exporter burningalchemist/sql_exporter

I have completely the same problem

That feature is needed! I don't want to collect metrics I won't use from replica. It would be garbage.

Hello, everyone! Does anyone know how to - correctly describe a systemd unit (mine is failing with connection refused error, but the ExecStart works outside of the unit correctly) -...

hi, @originell! thanks for the reply password contains _, yesterday I've created environment variable for the whole connection string and it worked ``` Environment="DATA_SOURCE_NAME=pgBouncer.connectionString=postgresql://pgbouncer:pgbouncer_password@host:port/pgbouncer?sslmode=disable" ExecStart=....--${DATA_SOURCE_NAME} ``` still struggling with changing...

My solution was to explicitly say schema name: "public.pg_stat_statements"

it is not okay at all. I've encountered the same issue. I needed to drop database, so after dropping extension, trying pg_terminate.. and kill -9, what helped is just trying...