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! |
Answered by
burningalchemist
Mar 24, 2026
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. |
0 replies
Answer selected by
burningalchemist
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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.