v0.12.0
Deprecation note
This is the last planned release with the wmi_exporter
name, future releases will be named windows_exporter
. See #499 and #519 for context.
This also means that the next release will have a breaking change, the metrics will change names from wmi_...
to windows_...
. You will need to adjust your dashboards and alerts. See this comment for a suggestion if you want to rename metrics already now.
Enhancements
- New collector:
terminal_services
(#491, thanks @asiyani!) - New collector:
remotefx
(#491, thanks @asiyani!) - New collector:
dhcp
(#493, thanks @breed808!) - New collector:
exchange
(#508, thanks @rmyhren and @eikaas!) - Add wmi_service_info metric with display_name and pid labels (#516, thanks @gsanchezgavier!)
Bug fixes
- Exporter now gives an error message instead of crashing if a non-existing collector is specified in
--collectors.enabled
(#529) - Collector generator now works with Powershell 7 (#523, thanks @basroovers)