allow to define sink per metric #810
Unanswered
DmitryNFomin
asked this question in
Q&A
Replies: 1 comment
-
I would go with groups in this case.
Then define monitored sources with groups so every instance of pgwatch will fetch only those sources. |
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.
-
Hello
I would like to store different metrics in different sinks/storages. Majority of metrics in prometheus, but query texts from pg_stat_statements in postgres, because prometheus does not allow to store texts.
And I can join metrics from different sources (sinks) on grafana dashboard, to show query metrics (like call, and rows) and query text on one dashboard.
I will allow to get best from both storage engines
Probably I didn't find a way to do it and it's already possible
Beta Was this translation helpful? Give feedback.
All reactions