v0.26.0-rc.3
版本发布时间: 2024-07-29 19:19:48
prometheus-community/windows_exporter最新发布版本:v0.28.2(2024-09-28 16:54:11)
What's Changed
- Remove landing page by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1471
- Remove unused
*prometheus.Desc
return value from collectorscollect()
function by @breed808 in https://github.com/prometheus-community/windows_exporter/pull/1475 - Implementing smbclient collector by @rob-scheepens in https://github.com/prometheus-community/windows_exporter/pull/1408
- Add: push docker images to dockerhub and quay.io by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1469
- scheduled_task: Move OLE connection to collect function by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1451
- Enable process V1 performance counters by default by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1477
- fix: release build by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1478
- fix: release build again by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1479
- fix: release build again by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1480
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus-community/windows_exporter/pull/1453
- fix: release build again again by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1481
- fix: makefile variable override by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1482
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus-community/windows_exporter/pull/1483
- chore(deps): bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 by @dependabot in https://github.com/prometheus-community/windows_exporter/pull/1484
- Additional CI linters by @breed808 in https://github.com/prometheus-community/windows_exporter/pull/1487
- Remove push to quay.io by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1490
- Add new RemoteFX network metrics by @truck0321 in https://github.com/prometheus-community/windows_exporter/pull/1489
- Update collector.diskdrive.md by @jacbo0112 in https://github.com/prometheus-community/windows_exporter/pull/1495
- Add Printer Exporter by @soheilrt in https://github.com/prometheus-community/windows_exporter/pull/1485
- Fix docker push on release by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1496
- feat: allow setting of exporter process priority by @breed808 in https://github.com/prometheus-community/windows_exporter/pull/1488
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus-community/windows_exporter/pull/1510
- Fix omission of RemoteFX Graphics metrics by @benash in https://github.com/prometheus-community/windows_exporter/pull/1511
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus-community/windows_exporter/pull/1512
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus-community/windows_exporter/pull/1513
- Update README.md by @jacbo0112 in https://github.com/prometheus-community/windows_exporter/pull/1501
- chore(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0 by @dependabot in https://github.com/prometheus-community/windows_exporter/pull/1517
- chore(deps): bump github.com/Microsoft/hcsshim from 0.12.3 to 0.12.4 by @dependabot in https://github.com/prometheus-community/windows_exporter/pull/1518
- chore(deps): bump github.com/prometheus/common from 0.53.0 to 0.54.0 by @dependabot in https://github.com/prometheus-community/windows_exporter/pull/1519
- Fix timezone caching issues by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1499
- Service V2 collector by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1497
- Add label user to process collector by @aburtasov in https://github.com/prometheus-community/windows_exporter/pull/1472
- chore(deps): bump github.com/prometheus/common from 0.54.0 to 0.55.0 by @dependabot in https://github.com/prometheus-community/windows_exporter/pull/1530
- chore(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0 by @dependabot in https://github.com/prometheus-community/windows_exporter/pull/1531
- Update README.md by @jacbo0112 in https://github.com/prometheus-community/windows_exporter/pull/1516
- Update collector.diskdrive.md by @jacbo0112 in https://github.com/prometheus-community/windows_exporter/pull/1502
- chore(deps): bump github.com/Microsoft/hcsshim from 0.12.4 to 0.12.5 by @dependabot in https://github.com/prometheus-community/windows_exporter/pull/1535
- fix(README.md): Corrected image links by @FRFlo in https://github.com/prometheus-community/windows_exporter/pull/1533
- Add hostprocess image builds by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1507
- fix default value of collectors.dfsr.sources-enabled by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1506
- logical disk: Fix metrics for non drive letter disks by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1498
- printer collector: Use ENUM pattern for printer status by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1500
- license collector by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1524
- Add terminal service session info by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1525
- fix push by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1536
- try fix push by bump dependencies by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1537
- ci: disable hostimage image by @jkroepke in https://github.com/prometheus-community/windows_exporter/pull/1539
New Contributors
- @truck0321 made their first contribution in https://github.com/prometheus-community/windows_exporter/pull/1489
- @jacbo0112 made their first contribution in https://github.com/prometheus-community/windows_exporter/pull/1495
- @soheilrt made their first contribution in https://github.com/prometheus-community/windows_exporter/pull/1485
- @benash made their first contribution in https://github.com/prometheus-community/windows_exporter/pull/1511
- @FRFlo made their first contribution in https://github.com/prometheus-community/windows_exporter/pull/1533
Full Changelog: https://github.com/prometheus-community/windows_exporter/compare/v0.26.0-rc.2...v0.26.0-rc.3
1、 sha256sums.txt 420B
2、 windows_exporter-0.26.0-rc.3-amd64.exe 20.23MB
3、 windows_exporter-0.26.0-rc.3-amd64.msi 9.84MB
4、 windows_exporter-0.26.0-rc.3-arm64.exe 19.21MB
5、 windows_exporter-0.26.0-rc.3-arm64.msi 9.27MB