-
Notifications
You must be signed in to change notification settings - Fork 798
Closed
Description
Hi,
we have one postgres server with multiple databases in it, if you run SELECT * FROM pg_stat_user_tables;
, each database will give you a different result. Since i can configure only one DATA_SOURCE_URI
i have to use multiple instances of the exporter. However this will lead to duplication in other metrics like pg_database_size
which i need only once.
The question is:
Is there a feature to only use the metrics defined in the queries.yml and ignore the rest?
Regards,
Georgi
uspen, PatrickSchuster and finkr
Metadata
Metadata
Assignees
Labels
No labels