Pgwatch3 push mode #549
-
I'm trying to find out a good way to configure pgwatch3 for our network setup. Is it possible to run locally-configured (env, file, cmdline args, ...) next to every monitored DB but store metrics results to 1 global DB instance? |
Beta Was this translation helpful? Give feedback.
Answered by
pashagolub
Sep 27, 2024
Replies: 1 comment 3 replies
-
Yes, it's possible. Just run as many pgwatch instances as you want but specify the same sink for metrics:
in pgwatch3 you may specify as many parallel sinks as you want, thus you can have two copies of measurements, e.g. one local and one in a global database:
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ondar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it's possible.
Just run as many pgwatch instances as you want but specify the same sink for metrics:
in pgwatch3 you may specify as many parallel sinks as you want, thus you can have two copies of measurements, e.g. one local and one in a global database: