0

I need to export some custom metrics generated by a script under Windows.

Under Linux, I am already doing it, based on Robust Perception / Brian Brazil article :

The node exporter includes many metrics out of the box, it can't possibly cover all use cases though. That's where the textfile collector comes in, allowing you to extend machine instrumentation for your use case. read more

Unfortunately wmi-exporter doesn't seem to have similar feature.

Franklin Piat
  • 736
  • 6
  • 22

1 Answers1

0

The WMI Exporter has a textfile collector since version 0.3.0.

  • The collector is enabled by default.
  • The default directory for metrics is C:\Program Files\wmi_exporter\textfile_inputs", but it can be overridden by the command line option --collector.textfile.directory.
Franklin Piat
  • 736
  • 6
  • 22