Skip to content

Commit 82f293a

Browse files
New version: Prometheus.WindowsExporter version 0.30.6 (microsoft#246011)
1 parent 8705d4f commit 82f293a

File tree

3 files changed

+100
-0
lines changed

3 files changed

+100
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Created with WinGet Updater using komac v2.11.2
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json
3+
4+
PackageIdentifier: Prometheus.WindowsExporter
5+
PackageVersion: 0.30.6
6+
InstallModes:
7+
- interactive
8+
- silent
9+
- silentWithProgress
10+
UpgradeBehavior: install
11+
ReleaseDate: 2025-04-06
12+
Installers:
13+
- Architecture: x64
14+
InstallerType: portable
15+
InstallerUrl: https://github.com/prometheus-community/windows_exporter/releases/download/v0.30.6/windows_exporter-0.30.6-amd64.exe
16+
InstallerSha256: 737FD6C9D055B6D59DEABECECB371E0EB4EE728812578FAF68764E79CD30D47C
17+
Commands:
18+
- windows_exporter
19+
- Architecture: arm64
20+
InstallerType: portable
21+
InstallerUrl: https://github.com/prometheus-community/windows_exporter/releases/download/v0.30.6/windows_exporter-0.30.6-arm64.exe
22+
InstallerSha256: 80D306962BD85A2EC25D9C5E82FC7901EFDD2DC781C3E1D80B9EF049444B4CBB
23+
Commands:
24+
- windows_exporter
25+
- InstallerLocale: en-US
26+
Architecture: x64
27+
InstallerType: wix
28+
Scope: machine
29+
InstallerUrl: https://github.com/prometheus-community/windows_exporter/releases/download/v0.30.6/windows_exporter-0.30.6-amd64.msi
30+
InstallerSha256: 6792CDCC99E72D0B16F6B16358C49F1F00B7DD669323BC74EDDBABC8D761D21F
31+
ProductCode: '{FA6BB5C2-87F5-4A00-A3E8-9B5DF9C00F93}'
32+
AppsAndFeaturesEntries:
33+
- Publisher: prometheus-community
34+
ProductCode: '{FA6BB5C2-87F5-4A00-A3E8-9B5DF9C00F93}'
35+
UpgradeCode: '{66A6EB5B-1FC2-4B14-A362-5CEEC6413308}'
36+
InstallationMetadata:
37+
DefaultInstallLocation: '%ProgramFiles%/windows_exporter/textfile_inputs'
38+
- InstallerLocale: en-US
39+
Architecture: arm64
40+
InstallerType: wix
41+
Scope: machine
42+
InstallerUrl: https://github.com/prometheus-community/windows_exporter/releases/download/v0.30.6/windows_exporter-0.30.6-arm64.msi
43+
InstallerSha256: 08464B16E4E456D118A3C8721857CE35A92D228278E4DB3C6CBFA3A2FFAC80ED
44+
ProductCode: '{9C63BC14-F82B-43CC-A9C7-95248942A742}'
45+
AppsAndFeaturesEntries:
46+
- Publisher: prometheus-community
47+
ProductCode: '{9C63BC14-F82B-43CC-A9C7-95248942A742}'
48+
UpgradeCode: '{66A6EB5B-1FC2-4B14-A362-5CEEC6413308}'
49+
InstallationMetadata:
50+
DefaultInstallLocation: '%ProgramFiles%/windows_exporter/textfile_inputs'
51+
ManifestType: installer
52+
ManifestVersion: 1.9.0
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Created with WinGet Updater using komac v2.11.2
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json
3+
4+
PackageIdentifier: Prometheus.WindowsExporter
5+
PackageVersion: 0.30.6
6+
PackageLocale: en-US
7+
Publisher: Prometheus Community
8+
PublisherUrl: https://github.com/prometheus-community
9+
PublisherSupportUrl: https://github.com/prometheus-community/windows_exporter/issues
10+
PackageName: windows_exporter
11+
PackageUrl: https://github.com/prometheus-community/windows_exporter
12+
License: MIT
13+
LicenseUrl: https://github.com/prometheus-community/windows_exporter/blob/HEAD/LICENSE
14+
Copyright: Copyright (c) 2021 The Prometheus Authors
15+
CopyrightUrl: https://github.com/prometheus-community/windows_exporter/blob/master/LICENSE
16+
ShortDescription: Prometheus exporter for Windows machines
17+
Description: A Prometheus exporter for Windows machines.
18+
Moniker: windows_exporter
19+
Tags:
20+
- prometheus
21+
- prometheus-exporter
22+
- windows
23+
- wmi
24+
ReleaseNotes: |-
25+
What's Changed
26+
🐞 Bug Fixes
27+
- fix: Support running as Windows Service within containers by @jkroepke in #1907
28+
- fix: buffer length panic by @jkroepke in #1936
29+
- hyperv: fix Windows Server 2016 compatibility by @jkroepke in #1925
30+
- fix: return Windows 11 as product name, if build number is >= 22000 by @jkroepke in #1935
31+
- service: fix windows.EnumServicesStatusEx reports buffer too small by @jkroepke in #1954
32+
- mssql: support initial non default instances names by @jkroepke in #1958
33+
- logon: deprecate collector. Use terminal_services instead by @jkroepke in #1957
34+
- memory: fix panics if metrics does not exists by @jkroepke in #1960
35+
- fix: windows_cpu_processor_utility_total is always 0 by @jkroepke in #1966
36+
- system: Metric windows_system_boot_time_timestamp returns a UNIX timestamp again. by @jkroepke in #1967
37+
Full Changelog: v0.30.5...v0.30.6
38+
ReleaseNotesUrl: https://github.com/prometheus-community/windows_exporter/releases/tag/v0.30.6
39+
ManifestType: defaultLocale
40+
ManifestVersion: 1.9.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Updater using komac v2.11.2
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json
3+
4+
PackageIdentifier: Prometheus.WindowsExporter
5+
PackageVersion: 0.30.6
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.9.0

0 commit comments

Comments
 (0)