Releases: prometheus-community/windows_exporter
Releases · prometheus-community/windows_exporter
v0.28.0
What's Changed
💥 Breaking Changes
- mscluster: merge multiple collector into one (Click here for more information) by @jkroepke in #1585
- process: introduce info metric; removed
creating_process_id
label from all process metric (click here for more information) by @jkroepke in #1592
✨ Exciting New Features
- chore: pass context aware logger to collectors by @jkroepke in #1582
- *: avoid using default wmi client. by @jkroepke in #1590
🐞 Bug Fixes
🛠️ Dependencies
- chore(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 by @dependabot in #1574
- chore(deps): bump github.com/Microsoft/hcsshim from 0.12.5 to 0.12.6 by @dependabot in #1587
- chore(deps): bump github.com/prometheus/client_golang by @dependabot in #1588
📖 Documentation
- chore: Update TEXTFILE_DIRS description in README by @jkroepke in #1581
- terminal_services: remove old metric from docs by @jkroepke in #1583
Full Changelog: v0.27.2...v0.28.0
v0.27.2
v0.27.1
What's Changed
🐞 Bug Fixes
🛠️ Dependencies
- chore(deps): bump golang.org/x/sys from 0.23.0 to 0.24.0 by @dependabot in #1566
Full Changelog: v0.27.0...v0.27.1
v0.27.0
What's Changed
💥 Breaking Changes
- textfile: disable collector by default by @jkroepke in #1560
- chore: Refactor Config Collector API by @jkroepke in #1558
- cleanup collector APIs 1 by @jkroepke in #1547
✨ Exciting New Features
🐞 Bug Fixes
- installer: do not enable V1 counters by default by @jkroepke in #1555
- scheduled_task: do not report windows_scheduled_task_last_result for task that never run before by @jkroepke in #1562
🛠️ Dependencies
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #1550
- chore(deps): bump golang.org/x/sys from 0.22.0 to 0.23.0 by @dependabot in #1549
Full Changelog: v0.26.2...v0.27.0
v0.26.2
v0.26.1
What's Changed
🐞 Bug Fixes
- fix: CPU Collector % Cx Time mismatch by @jkroepke in #1542
- logical_disk: Fix failed to get disk ID for dynamic volumes by @jkroepke in #1544
🛠️ Dependencies
- chore(deps): bump actions/stale from 8 to 9 by @dependabot in #1541
Full Changelog: v0.26.0...v0.26.1
v0.26.0
What's Changed
- fix(#1390): global kingpin instead of app var by @DiniFarb in #1397
- docs!: Remove support for EOL Windows versions by @breed808 in #1396
- Fix collector.process.iis flag by @jaco-van-zyl-derivco in #1416
- fix: Apply query filter to metrics by @breed808 in #1392
- Restore Windows 2012 support. by @jkroepke in #1446
- installer: Disable Windows Firewall Exception by default. Can be re-enabled with ADD_FIREWALL_EXCEPTION=yes by @jkroepke in #1447
- Improvement: Add owner_node on resource and resourcegroup for mscluster by @webalexeu in #1395
- Add label volume_name to logical_disk collector by @aburtasov in #1442
- Implement a Windows application manifest by @jkroepke in #1445
- Ability to disable debug endpoints by @jkroepke in #1448
- Do not add "--web.listen-address" to service if default values are provided by @jkroepke in #1452
- iis: Add IIS info metric by @jkroepke in #1450
- perflib: enrich error message by @jkroepke in #1460
- Remove landing page by @jkroepke in #1471
- Remove unused
*prometheus.Desc
return value from collectorscollect()
function by @breed808 in #1475 - Implementing smbclient collector by @rob-scheepens in #1408
- Add: push docker images to dockerhub by @jkroepke in #1469
- scheduled_task: Move OLE connection to collect function by @jkroepke in #1451
- Enable process V1 performance counters by default by @jkroepke in #1477
- Add new RemoteFX network metrics by @truck0321 in #1489
- Add Printer Exporter by @soheilrt in #1485
- feat: allow setting of exporter process priority by @breed808 in #1488
- Fix omission of RemoteFX Graphics metrics by @benash in #1511
- Fix timezone caching issues by @jkroepke in #1499
- Service V2 collector by @jkroepke in #1497
- Add label user to process collector by @aburtasov in #1472
- Update collector.diskdrive.md by @jacbo0112 in #1502
- fix(README.md): Corrected image links by @FRFlo in #1533
- Add hostprocess image builds by @jkroepke in #1507
- fix default value of collectors.dfsr.sources-enabled by @jkroepke in #1506
- logical disk: Fix metrics for non drive letter disks by @jkroepke in #1498
- printer collector: Use ENUM pattern for printer status by @jkroepke in #1500
- license collector by @jkroepke in #1524
- Add terminal service session info by @jkroepke in #1525
New Contributors
- @Winter-py made their first contribution in #1409
- @jaco-van-zyl-derivco made their first contribution in #1416
- @simon04 made their first contribution in #1401
- @webalexeu made their first contribution in #1395
- @truck0321 made their first contribution in #1489
- @jacbo0112 made their first contribution in #1495
- @soheilrt made their first contribution in #1485
- @benash made their first contribution in #1511
- @FRFlo made their first contribution in #1533
Full Changelog: v0.25.1...v0.26.0
v0.26.0-rc.3
What's Changed
- Remove landing page by @jkroepke in #1471
- Remove unused
*prometheus.Desc
return value from collectorscollect()
function by @breed808 in #1475 - Implementing smbclient collector by @rob-scheepens in #1408
- Add: push docker images to dockerhub and quay.io by @jkroepke in #1469
- scheduled_task: Move OLE connection to collect function by @jkroepke in #1451
- Enable process V1 performance counters by default by @jkroepke in #1477
- fix: release build by @jkroepke in #1478
- fix: release build again by @jkroepke in #1479
- fix: release build again by @jkroepke in #1480
- Synchronize common files from prometheus/prometheus by @prombot in #1453
- fix: release build again again by @jkroepke in #1481
- fix: makefile variable override by @jkroepke in #1482
- Synchronize common files from prometheus/prometheus by @prombot in #1483
- chore(deps): bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 by @dependabot in #1484
- Additional CI linters by @breed808 in #1487
- Remove push to quay.io by @jkroepke in #1490
- Add new RemoteFX network metrics by @truck0321 in #1489
- Update collector.diskdrive.md by @jacbo0112 in #1495
- Add Printer Exporter by @soheilrt in #1485
- Fix docker push on release by @jkroepke in #1496
- feat: allow setting of exporter process priority by @breed808 in #1488
- Synchronize common files from prometheus/prometheus by @prombot in #1510
- Fix omission of RemoteFX Graphics metrics by @benash in #1511
- Synchronize common files from prometheus/prometheus by @prombot in #1512
- Synchronize common files from prometheus/prometheus by @prombot in #1513
- Update README.md by @jacbo0112 in #1501
- chore(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0 by @dependabot in #1517
- chore(deps): bump github.com/Microsoft/hcsshim from 0.12.3 to 0.12.4 by @dependabot in #1518
- chore(deps): bump github.com/prometheus/common from 0.53.0 to 0.54.0 by @dependabot in #1519
- Fix timezone caching issues by @jkroepke in #1499
- Service V2 collector by @jkroepke in #1497
- Add label user to process collector by @aburtasov in #1472
- chore(deps): bump github.com/prometheus/common from 0.54.0 to 0.55.0 by @dependabot in #1530
- chore(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0 by @dependabot in #1531
- Update README.md by @jacbo0112 in #1516
- Update collector.diskdrive.md by @jacbo0112 in #1502
- chore(deps): bump github.com/Microsoft/hcsshim from 0.12.4 to 0.12.5 by @dependabot in #1535
- fix(README.md): Corrected image links by @FRFlo in #1533
- Add hostprocess image builds by @jkroepke in #1507
- fix default value of collectors.dfsr.sources-enabled by @jkroepke in #1506
- logical disk: Fix metrics for non drive letter disks by @jkroepke in #1498
- printer collector: Use ENUM pattern for printer status by @jkroepke in #1500
- license collector by @jkroepke in #1524
- Add terminal service session info by @jkroepke in #1525
- fix push by @jkroepke in #1536
- try fix push by bump dependencies by @jkroepke in #1537
- ci: disable hostimage image by @jkroepke in #1539
New Contributors
- @truck0321 made their first contribution in #1489
- @jacbo0112 made their first contribution in #1495
- @soheilrt made their first contribution in #1485
- @benash made their first contribution in #1511
- @FRFlo made their first contribution in #1533
Full Changelog: v0.26.0-rc.2...v0.26.0-rc.3
v0.26.0-rc.2
What's Changed
Full Changelog: v0.26.0-rc.1...v0.26.0-rc.2
v0.26.0-rc.1
What's Changed
Full Changelog: v0.26.0-rc.0...v0.26.0-rc.1