⚠️ Breaking changes
- Added missing
_total
suffix toadfs
andnet
collector counters (#667) - Renamed
mssql
collectorinstance
label tomssql_instance
to prevent conflicts with the default Prometheusinstance
label (#691) - Removed
_total
suffix fromwindows_dns_memory_used_bytes
metric (#706)
Enhancements
- Experimental: Added
smtp
collector for the IIS SMTP service (#657) - Experimental: Added
dfsr
collector for the DFS Replication service (#671) container
collector now correctly sets prefix forcontainer_id
label for containerd (#716, thanks @jsturtevant!)- Experimental: Added HTTPS support (#693)
- Added
cache
collector for the Windows file system cache (#723) - Added
cpu_info
collector, exposing per-socket breakdown of system processors (#726, thanks @higels!)
Bug fixes
- Fixed issue with
mssql
collector where collector would always fail after an initial failure (#671)
Changes
- Clarified supported versions of Windows (#622)
- Updated Prometheus client library to v1.8.0 (#669)
- Added end-to-end testing script for CI (#672)
- Added common Prometheus SECURITY file (#699)
- Documented required version for
time
collector (#689) - Fixed metric name in docs for
windows_net_packets_outbound_discarded_total
(#717, thanks @jsturtevant!)