MBAvailable{component="HOST1234",instance="Memory\\Available Bytes",} 14022.0MBAvailable{component="HOST6789",instance="Memory\\Available Bytes",} 13777.0PoolNonpagedMBytes{component="HOST1234",instance="Memory\\Pool Nonpaged Bytes",} 356.47
PoolNonpagedMBytes{component="HOST6789",instance="Memory\\Pool Nonpaged Bytes",} 311.49
MBAvailable{instance="Memory\\Available Bytes",} 14022.0PoolNonpagedMBytes{instance="Memory\\Pool Nonpaged Bytes",} 356.47
PerfOS_Memory_AvailableMBytes{Name="",alias="host",collector="2E0834B277D9",exported_instance="Win32_PerfFormattedData_PerfOS_Memory",host="172.24.224.1",instance="10.0.0.21:8500",job="WindowsDockerHost"} 1120
PerfOS_Memory_AvailableMBytes{Name="",alias="sonar",collector="2E0834B277D9",exported_instance="Win32_PerfFormattedData_PerfOS_Memory",host="localhost",instance="10.0.0.21:8500",job="WindowsDockerHost"} 1119
PerfOS_Memory_AvailableMBytes{Name="",alias="test",collector="2E0834B277D9",exported_instance="Win32_PerfFormattedData_PerfOS_Memory",host="172.24.224.72",instance="10.0.0.21:8500",job="WindowsDockerHost"} 1120
You are welcome to use exporter out, more details here: https://goo.gl/B5yUCR
By the name of metric, it seems that you are looking to expose Windows metrics. We have done this by writing new WMI exporter that can collect metrics from WMI (Windows, NanoServer Windows Containers, etc.) locally or remotely. Thus, we can deploy one exporter container and expose all metrics it collects within the host and its containers as Prometheus target.
Below is example we use for same counter collected by our exporter ("sonar" alias) on host ("host" alias) and another Windows container ("test" alias).
PerfOS_Memory_AvailableMBytes{Name="",alias="host",collector="2E0834B277D9",exported_instance="Win32_PerfFormattedData_PerfOS_Memory",host="172.24.224.1",instance="10.0.0.21:8500",job="WindowsDockerHost"} 1120
PerfOS_Memory_AvailableMBytes{Name="",alias="sonar",collector="2E0834B277D9",exported_instance="Win32_PerfFormattedData_PerfOS_Memory",host="localhost",instance="10.0.0.21:8500",job="WindowsDockerHost"} 1119
PerfOS_Memory_AvailableMBytes{Name="",alias="test",collector="2E0834B277D9",exported_instance="Win32_PerfFormattedData_PerfOS_Memory",host="172.24.224.72",instance="10.0.0.21:8500",job="WindowsDockerHost"} 1120
You are welcome to use exporter out, more details here: https://goo.gl/B5yUCR
--
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/2323b212-9abd-40b2-b7e7-f25a1de94247%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On 13 September 2017 at 00:22, dmitrio via Prometheus Users <promethe...@googlegroups.com> wrote:By the name of metric, it seems that you are looking to expose Windows metrics. We have done this by writing new WMI exporter that can collect metrics from WMI (Windows, NanoServer Windows Containers, etc.) locally or remotely. Thus, we can deploy one exporter container and expose all metrics it collects within the host and its containers as Prometheus target.Ah, if you're after Windows then https://github.com/martinlindhe/wmi_exporter is what is recommended.Below is example we use for same counter collected by our exporter ("sonar" alias) on host ("host" alias) and another Windows container ("test" alias).
PerfOS_Memory_AvailableMBytes{Name="",alias="host",collector="2E0834B277D9",exported_instance="Win32_PerfFormattedData_PerfOS_Memory",host="172.24.224.1",instance="10.0.0.21:8500",job="WindowsDockerHost"} 1120
PerfOS_Memory_AvailableMBytes{Name="",alias="sonar",collector="2E0834B277D9",exported_instance="Win32_PerfFormattedData_PerfOS_Memory",host="localhost",instance="10.0.0.21:8500",job="WindowsDockerHost"} 1119
PerfOS_Memory_AvailableMBytes{Name="",alias="test",collector="2E0834B277D9",exported_instance="Win32_PerfFormattedData_PerfOS_Memory",host="172.24.224.72",instance="10.0.0.21:8500",job="WindowsDockerHost"} 1120
You are welcome to use exporter out, more details here: https://goo.gl/B5yUCR
--
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/2323b212-9abd-40b2-b7e7-f25a1de94247%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.