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
Configured latest stable release of postgres_exporter, Created an auth module.
auth_modules:
foo1: # Set this to any name you want
type: userpass
userpass:
username: 'USN'
password: 'pass@123'
options:
# options become key=value parameters of the DSN
sslmode: disable
The only scenario that should throw a 500 on the /probe endpoint is if we fail to create the collector. In that case, the error should be in the response body. Can you query the probe URL and see what the output is?
What did you do?
Configured latest stable release of postgres_exporter, Created an auth module.
Promtheus scrape job
What did you expect to see?
Scrape to happen successfully with metrics being available in prometheus.
What did you see instead? Under which circumstances?
Environment
prod
Linux 5.10.0-23-cloud-amd64 x86_64
postgres_exporter version:
postgres_exporter, version 0.13.2 (branch: HEAD, revision: 8c3604b)
build user: root@2ea2be721819
build date: 20230724-00:08:19
go version: go1.20.6
platform: linux/amd64
tags: netgo static_build
postgres_exporter flags:
14.0
The text was updated successfully, but these errors were encountered: