Windows Exporter Metrics : cannot see all metrics

Hi,

After following the various documentation for adding a Windows node, I succeeded in creating a Windows node, but there are several problems:

  • The Cloud dashboard doesn’t display the graphs in the Cloud Live view.
  • Metrics are limited to 7 values: cpu, disk, net, os , system, services, export
    There are very few metrics, whereas the same windows exporter is used to collect Prometheus/Grafana data, which returns dozens of precise metrics.

The OS isn’t even detected, Netdata declares it as Baremetal even though it’s a VM…etc…

Why does Netdata report so few metrics?

What’s the solution for monitoring a Windows node with all the metrics of the prometheus exporter collects by default?

Thx for your help
Regards

sources :

Hello,

After a lot of research, it turns out that Netdata isn’t really suitable for monitoring Windows nodes.

It does the job for a few metrics, but it’s doesn’t make sense in using Netdata for this kind of basic metric.

It would be useful if the Netdata team could tell us if it’s possible to get the same metrics as Prometheus/Grafana, given that it’s based on the same exporter.

Regards

Hi @john.d ,

Could you clarify what metrics you are looking for?

You can find all the metrics we collect on this section Windows | Learn Netdata. This include Server Metrics, AD, Exchange, IIS, SQL Server, .NET Framework.

Regards,
Hugo

Hi Hugo,

Thank you for the feedback.

I already use the Prometheus Exporter for my Grafana dashboard. I collect dozen off metrics : defaults metrics and others like tpc, memory, dfsr with a lot of dashboard

My Grafana dashboard display all these metrics, but the Netdata dashboard only display cpu, disk, net, memory

The issue is not prometheus collector, it’s netdata that does not display multiple dashboards for each metric like Grafana

Best regards

Ok, thanks for getting back to me.

If you see our docs there we have a bunch of metrics being collected including TCP, if there is some in particular that you see missing could you open a Feature Request using this link ?

Hi Hugo,

Thank you for your reply

Could you confirm that Netdata can display all metrics of the prometheus exporter ? Actually Netdata cannot detect VMs et OS types

In attachement you will see differences between Linux node and Windows Node

netdata1

netdata2

Yes, that metdata we don’t collect atm for Windows machines since these are remotely monitored through a Linux machine.

The metdata that you mention is captured by the Netdata Agent when it is running on that machine, for windows the most you can do is set those remote Windows nodes as Virtual Nodes to be seen as Nodes on the dashboard.

We have some use-case setups on our Live Demo environment for Windows, you can see this on this Windows room.

1 Like

Hi Hugo,

Thank you very much for help and details about windows features

Best regards,

Hi Hugo,
I installed the native windows agent released in v2.0.0 on a Windows Server but I need help configuring the mssql collector to display some database metrics on my Netdata dashboard. I have read some docs but none explain a success case. I also visited the windows room demos and the MSSQL section is not working.

Could you please help me?

Hello @Docarly_Romero ,

For the next few weeks, we will have two different collectors available. One of them, the go.d.plugin, required the windows_exporter to be installed for certain features. However, for MSSQL, this is no longer necessary because we’ve migrated the feature to the newer windows.plugin collector.

To start using the windows.plugin, which is an internal plugin, please follow these steps:

  1. Uninstall the NSIS exe Installer (if previously used):
    If you originally installed Netdata using the exe installer developed with NSIS, you’ll need to remove it. Don’t worry—this process will only uninstall Netdata itself while preserving the collected data.
  2. Install Netdata Using the Latest MSI Package:
    After removing the exe version, download and install Netdata using the latest MSI installer. This will automatically make the data available, as shown in the screenshot below:

  1. Connect the Agent to Netdata Cloud:
    Ensure your agent is connected to Netdata Cloud to access and visualize the data.

Let me know if you encounter any issues or need further assistance!

Best regards,

Thiago Marques