How to collect server level metrics for PostgreSQL #828
Unanswered
XiangyuZhang-G
asked this question in
Q&A
Replies: 1 comment
-
|
@XiangyuZhang-G SQL Exporter is not compatible with Postgres Exporter one-to-one, so some changes might be needed. I'd say in your case, your query returns multiple rows with the same value. For
I'm happy to assist, so let me know 😃👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am developing a collector for PostgreSQL, and this is a part of the content.
but there are some error info:
I used postgres exporter before. In that tool, I could avoid collecting server-level metrics redundantly by specifying "master: true". Does SQL exporter have a similar method?
Beta Was this translation helpful? Give feedback.
All reactions