I have had some success with this, but not been able to get it to scrape multiple data sources.I tried to add in another data_source_name: line into the config but doesn't seem to scrape more than one instance.Are you able to give me some pointers on how I can hook this up to connect to multiple instances or is this a limitation currently?
Thanks.Pete
On Monday, 9 April 2018 14:00:12 UTC+1, Pete Leese wrote:Hi everyone,I will describe my use-case in the hope someone can recommend the best exporter.I have around 30 SQL servers each containing around 10 separate instances that I would like to monitor and present visual data back via Grafana.Ideally would like to configure a single exporter to connect to all SQL instances and not have a separate exporter per SQL instance I wish to monitor (each instance has a number of separate DB's mounted).I am particularly interested in capturing ASYNC_NETWORK_IO metrics along with other performance metrics, and an added bonus if we can add certain queries to measure query response times further down the line, but not strictly required at this point.Thanks in advance :)Pete
--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/1be993e2-5a95-4036-8330-ba05828722d0%40googlegroups.com.
On 10 April 2018 at 11:45, 'Pete Leese' via Prometheus Users <promethe...@googlegroups.com> wrote:I have had some success with this, but not been able to get it to scrape multiple data sources.I tried to add in another data_source_name: line into the config but doesn't seem to scrape more than one instance.Are you able to give me some pointers on how I can hook this up to connect to multiple instances or is this a limitation currently?This is by design. The general Prometheus architecture is that you have one exporter per application instance, as this mirrors the ideal scenario where each database would expose metrics directly and Prometheus discovers each and decides when each is scraped.Brian
Thanks.Pete
On Monday, 9 April 2018 14:00:12 UTC+1, Pete Leese wrote:Hi everyone,I will describe my use-case in the hope someone can recommend the best exporter.I have around 30 SQL servers each containing around 10 separate instances that I would like to monitor and present visual data back via Grafana.Ideally would like to configure a single exporter to connect to all SQL instances and not have a separate exporter per SQL instance I wish to monitor (each instance has a number of separate DB's mounted).I am particularly interested in capturing ASYNC_NETWORK_IO metrics along with other performance metrics, and an added bonus if we can add certain queries to measure query response times further down the line, but not strictly required at this point.Thanks in advance :)Pete
--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-use...@googlegroups.com.
To post to this group, send email to promethe...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/1be993e2-5a95-4036-8330-ba05828722d0%40googlegroups.com.
I think I am seeking a SQL exporter that works as a similar concept as Blackbox, where you pass parameters / scrape configurations over to the exporter ?
Can you point me in the direction of the readme that details how to set this up under multi-connection mode and I will check it out ?
On Monday, 9 April 2018 14:00:12 UTC+1, Pete Leese wrote:Hi everyone,I will describe my use-case in the hope someone can recommend the best exporter.I have around 30 SQL servers each containing around 10 separate instances that I would like to monitor and present visual data back via Grafana.Ideally would like to configure a single exporter to connect to all SQL instances and not have a separate exporter per SQL instance I wish to monitor (each instance has a number of separate DB's mounted).I am particularly interested in capturing ASYNC_NETWORK_IO metrics along with other performance metrics, and an added bonus if we can add certain queries to measure query response times further down the line, but not strictly required at this point.Thanks in advance :)Pete
--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/d0b8a8d6-20bb-43df-b81a-7e623a33c641%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/b782c771-5a46-44ae-b0e0-72003bd1c122%40googlegroups.com.
The exporter is designed to be deployed on localhost on the same node as the database. This way it's easy to make a 1:1 installation and can leverage your existing deployment automation. For example, when I was running over 250 MySQL instances, we included the mysqld_exporter on localhost as part of our Chef-based deployment.
On Tue, Apr 10, 2018 at 1:10 PM, 'Pete Leese' via Prometheus Users <promethe...@googlegroups.com> wrote:
I have around 100 SQL instances that I need to bring into Prometheus, so would need a single exporter I can configure multiple unique instances to scrape, perhaps need additional parameters so scrape configuration can be configured to scrape multiple end points or something. I cant really setup 100 copies of this exporter to scrap constantly, this approach doesn't work
On Monday, 9 April 2018 14:00:12 UTC+1, Pete Leese wrote:Hi everyone,I will describe my use-case in the hope someone can recommend the best exporter.I have around 30 SQL servers each containing around 10 separate instances that I would like to monitor and present visual data back via Grafana.Ideally would like to configure a single exporter to connect to all SQL instances and not have a separate exporter per SQL instance I wish to monitor (each instance has a number of separate DB's mounted).I am particularly interested in capturing ASYNC_NETWORK_IO metrics along with other performance metrics, and an added bonus if we can add certain queries to measure query response times further down the line, but not strictly required at this point.Thanks in advance :)Pete
--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-use...@googlegroups.com.
To post to this group, send email to promethe...@googlegroups.com.
Cheers
Pete
--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/96572667-da29-430c-828d-44e34368eac9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.