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
I'd like to collect metrics like analyze/vacuum stats for tables in multiple databases, not just the one in the primary DSN. I'm trying to use multi-target support for this, but running into an issue when using a UNIX socket for the connection, as the slashes in the path aren't being decoded correctly.
I'd like to collect metrics like analyze/vacuum stats for tables in multiple databases, not just the one in the primary DSN. I'm trying to use multi-target support for this, but running into an issue when using a UNIX socket for the connection, as the slashes in the path aren't being decoded correctly.
For example, the following URL:
http://localhost:9187/probe?target=user=app_prometheus_postgres_exporter%20dbname=postgres%20host=%2Frun%2Fpostgresql%20port=5432
Results in:
If there's a better/simpler way, please let me know.
The text was updated successfully, but these errors were encountered: