-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metric URL not accessable #732
Comments
Running Postgres Exporter against 2 x instances in a Kubernetes Statefulset. We experience the same issue. Our initial tests indicate that.
The same connection url with multiple instances works in release v0.10.x and below. sh-4.4$ curl -v http://10.129.5.188:9187/metrics
< HTTP/1.1 500 Internal Server Error 4 error(s) occurred:
Similar problem is affecting pgbouncer exporter as well. prometheus-community/pgbouncer_exporter#47 Wonder if this is a problem with the Prometheus library or the new connector implementation in general. |
I'm just trying to get the metrics from single postgres instance, while i tried to startup the postgres_exporter below the collector cannot be created "ts=2022-12-29T09:39:40.145Z caller=main.go:124 level=error msg="Failed to create PostgresCollector" err="malformed dsn """" Just wondering if there is any where i have missed |
What did you do?
Installed Postgres_Exporter with 9187 but not accessible
What did you expect to see?
expected to see metric from URL
What did you see instead? Under which circumstances?
unreachable
Environment
System information:
insert output of
uname -srm
hereLinux 4.18.0-372.19.1.el8_6.x86_64 x86_64
postgres_exporter version:
insert output of
postgres_exporter --version
here 0.11.1postgres_exporter flags:
PostgreSQL version:
insert PostgreSQL version here 14
Logs:
The text was updated successfully, but these errors were encountered: