Multiple target #937
-
|
Hi, Is it possible to define multiple targets in a single sql_exporter configuration file? The documentation shows only one Is this supported, or do I need to run a separate exporter process for each database? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @Ilya-Guyduk, Yeah, it's supported. 👍 Please check the Miscellaneous section in the README ('Multiple Database connections'). Here is the the example as well: https://github.com/burningalchemist/sql_exporter/blob/master/examples/postgres/sql_exporter.yml Let me know if you have questions or issues setting it up. |
Beta Was this translation helpful? Give feedback.
Hi @Ilya-Guyduk,
Yeah, it's supported. 👍
Please check the Miscellaneous section in the README ('Multiple Database connections').
Here is the the example as well: https://github.com/burningalchemist/sql_exporter/blob/master/examples/postgres/sql_exporter.yml
Let me know if you have questions or issues setting it up.