I think there's a solid use case for many of our apps, but I also need to deal with a significant (600+) Windows install base. Has anyone used Prometheus to monitor Windows?
Would it be best to use a push gateway or is it feasible to hack in WMI support for scraping?
--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-devel...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Try this new WMI exporter, more details here: https://goo.gl/B5yUCR - written in .NET Core 2, does not require any code generation and can collect metrics locally or remotely from Windows hosts or containers. Note that WMI exporter on GitHub requires code generation for WMI metrics and must be deployed locally.
--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsub...@googlegroups.com.
To post to this group, send email to prometheus-developers@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/ef10ce35-fe9c-41c6-b6ee-d5cd27b01d88%40googlegroups.com.
You mean that node exporter is anti-pattern? The one I mentioned is equivalent to node-exporter for Windows and it does support deployment on the host or as container (identical to node exporter.
On Tuesday, September 12, 2017 at 9:13:58 PM UTC-7, Ben Kochie wrote:
> For the record, "Deploying locally" is part of the Prometheus design pattern. Centrally proxying metrics is an anti-pattern.
>
>
> On Wed, Sep 13, 2017 at 1:33 AM, dmitrio via Prometheus Developers <prometheus...@googlegroups.com> wrote:
> Try this new WMI exporter, more details here: https://goo.gl/B5yUCR - written in .NET Core 2, does not require any code generation and can collect metrics locally or remotely from Windows hosts or containers. Note that WMI exporter on GitHub requires code generation for WMI metrics and must be deployed locally.
>
>
>
> --
>
> You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsub...@googlegroups.com.
>
> To post to this group, send email to prometheus...@googlegroups.com.
>
> To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/ef10ce35-fe9c-41c6-b6ee-d5cd27b01d88%40googlegroups.com.
>
>
>
> For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsub...@googlegroups.com.
To post to this group, send email to prometheus-developers@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/98a06f00-0ca1-4b10-8a31-4888326b7cd3%40googlegroups.com.
Best.