Ben Reedy
4b0bcb46d0
Fix Exchange docs spelling error
...
Required to fix Github CI/CD
Signed-off-by: Ben Reedy <breed808@breed808.com >
2022-08-20 21:44:42 +10:00
Ben Reedy
55312ebdca
Don't spellcheck Go dependency files
...
Signed-off-by: Ben Reedy <breed808@breed808.com >
2022-08-20 21:44:38 +10:00
Ben Reedy
3df660799c
Merge pull request #1041 from prometheus-community/dependabot/go_modules/github.com/prometheus/client_golang-1.13.0
...
chore(deps): bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0
2022-08-20 20:27:37 +10:00
dependabot[bot]
8ef590ee3a
chore(deps): bump github.com/prometheus/client_golang
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.12.2 to 1.13.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.12.2...v1.13.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-08 11:13:15 +00:00
Ben Reedy
c5ec339750
Merge pull request #1030 from prometheus-community/dependabot/go_modules/gopkg.in/yaml.v3-3.0.1
...
chore(deps): bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1
2022-07-27 19:51:10 +10:00
Ben Reedy
2602ca04f6
Merge pull request #1029 from prometheus-community/dependabot/go_modules/github.com/Microsoft/hcsshim-0.9.4
...
chore(deps): bump github.com/Microsoft/hcsshim from 0.9.3 to 0.9.4
2022-07-27 19:48:28 +10:00
dependabot[bot]
8fe8e85559
chore(deps): bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1
...
Bumps [gopkg.in/yaml.v3](https://github.com/go-yaml/yaml ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/go-yaml/yaml/releases )
- [Commits](https://github.com/go-yaml/yaml/compare/v3.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: gopkg.in/yaml.v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-25 11:25:10 +00:00
dependabot[bot]
38cfae3e66
chore(deps): bump github.com/Microsoft/hcsshim from 0.9.3 to 0.9.4
...
Bumps [github.com/Microsoft/hcsshim](https://github.com/Microsoft/hcsshim ) from 0.9.3 to 0.9.4.
- [Release notes](https://github.com/Microsoft/hcsshim/releases )
- [Commits](https://github.com/Microsoft/hcsshim/compare/v0.9.3...v0.9.4 )
---
updated-dependencies:
- dependency-name: github.com/Microsoft/hcsshim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-25 11:25:06 +00:00
Ben Reedy
b2ed5f61b4
Merge pull request #997 from breed808/yaml_v3
...
Update gopkg.in/yaml_v2 to yaml_v3
2022-07-25 17:15:39 +10:00
Ben Reedy
752d467b12
Merge pull request #1026 from breed808/ci
...
Add content write permissions to GITHUB_TOKEN
v0.19.0
2022-07-23 19:24:58 +10:00
Ben Reedy
1fab2621eb
Add content write permissions to GITHUB_TOKEN
...
Write permissions are required to upload release artifacts.
Signed-off-by: Ben Reedy <breed808@breed808.com >
2022-07-23 19:05:47 +10:00
Ben Reedy
739642bd6a
Merge pull request #1015 from breed808/iis_log_noise
...
Skip missing IIS instances
2022-07-23 10:31:18 +10:00
Ben Reedy
a4cf96d94d
Skip missing IIS instances
...
Collector would previously break from loop rather than skip nameless
entries, with the additional result of spamming event logs.
Signed-off-by: Ben Reedy <breed808@breed808.com >
2022-07-23 09:59:01 +10:00
Ben Reedy
1dd7b58bdf
Merge pull request #1025 from alexwiedermann/mscluster-fix-wrong-metric
...
fix: remove UpdateDomain (mscluster-resourcegroup)
2022-07-23 09:57:03 +10:00
Ben Reedy
c696fb40cf
Merge pull request #1021 from prometheus-community/dependabot/go_modules/github.com/prometheus/common-0.37.0
...
chore(deps): bump github.com/prometheus/common from 0.35.0 to 0.37.0
2022-07-23 09:47:02 +10:00
Alex Wiedermann
ae4bc822e8
fix: remove UpdateDomain (mscluster-resourcegroup)
...
UpdateDomain metric not exists as we can see in https://docs.microsoft.com/en-us/previous-versions/windows/desktop/cluswmi/mscluster-resourcegroup , just removing from mscluster_resourcegroup.go
When execute windows_exporter.exe with this metric we get this error:
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x60 pc=0xaad61d]
goroutine 66 [running]:
github.com/prometheus/client_golang/prometheus.NewConstMetric(0xc00009de30?, 0x2?, 0x3ff0000000000000?, {0xc000387730?, 0x1?, 0x1?})
C:/Users/ricar/go/pkg/mod/github.com/prometheus/client_golang@v1.12 .2/prometheus/value.go:88 +0x1d
github.com/prometheus/client_golang/prometheus.MustNewConstMetric(...)
C:/Users/ricar/go/pkg/mod/github.com/prometheus/client_golang@v1.12 .2/prometheus/value.go:105
github.com/prometheus-community/windows_exporter/collector.(*MSCluster_ResourceGroupCollector).Collect(0xc000552000, 0x0?, 0x0?)
E:/Downloads/Prometheus/windows_exporter/windows_exporter/collector/mscluster_resourcegroup.go:240 +0xdfb
main.execute({0xc00006e0c6, 0x17}, {0xef6420, 0xc000552000}, 0x0?, 0x0?)
E:/Downloads/Prometheus/windows_exporter/windows_exporter/exporter.go:199 +0x84
main.windowsCollector.Collect.func2({0xc00006e0c6, 0x17}, {0xef6420?, 0xc000552000?})
E:/Downloads/Prometheus/windows_exporter/windows_exporter/exporter.go:140 +0x9b
created by main.windowsCollector.Collect
E:/Downloads/Prometheus/windows_exporter/windows_exporter/exporter.go:138 +0x5c5
Signed-off-by: Alex Wiedermann <alexwdrnn@gmail.com >
2022-07-22 18:06:29 -03:00
dependabot[bot]
096949c682
chore(deps): bump github.com/prometheus/common from 0.35.0 to 0.37.0
...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.35.0 to 0.37.0.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.35.0...v0.37.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/common
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-18 11:20:37 +00:00
Ben Reedy
da15c9659d
Merge pull request #1020 from Woldelig/patch-1
...
Update collector.fsrmquota.md
2022-07-16 10:31:37 +10:00
Christoffer Wold
a12b3e0ea0
Update collector.fsrmquota.md
...
Fix table formatting
Signed-off-by: Christoffer Wold <christoffer.wold@gmail.com >
2022-07-15 10:33:35 +02:00
Ben Reedy
7e7bdc104f
Merge pull request #1012 from gopihc/patch-1
...
Update kubernetes.md
2022-07-02 07:05:52 +10:00
Gopi Chinnappa
682e6967b0
Update kubernetes.md
...
Signed-off-by: Gopi Chinnappa <gopihc@gmail.com >
2022-06-28 17:29:56 +05:30
Ben Reedy
93dcdf95f7
Merge pull request #885 from sstorie/mscluster
...
Add support for MSCluster collectors
2022-06-23 19:25:48 +10:00
Ben Reedy
3619d14844
Merge pull request #1003 from prometheus-community/dependabot/go_modules/github.com/prometheus/common-0.35.0
...
Bump github.com/prometheus/common from 0.34.0 to 0.35.0
2022-06-21 07:18:11 +10:00
dependabot[bot]
9712fa3bad
Bump github.com/prometheus/common from 0.34.0 to 0.35.0
...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.34.0 to 0.35.0.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.34.0...v0.35.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/common
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-20 11:38:44 +00:00
Sam Storie
fe7730a51b
chore: adding links to the doc pages in the README
...
Signed-off-by: Storie <Sam.Storie@Emerson.com >
2022-06-19 18:40:43 +10:00
Sam Storie
61ea9d049c
chore: fix mis-spelling
...
Signed-off-by: Sam Storie <sam.storie@emerson.com >
2022-06-19 18:40:42 +10:00
Sam Storie
a50fe95370
chore: adding/updating the documentation for mscluster_resourcegroup collector
...
Signed-off-by: Sam Storie <sam.storie@emerson.com >
2022-06-19 18:40:41 +10:00
Sam Storie
33615c8b58
chore: updating the label list in the docs
...
Signed-off-by: Sam Storie <sam.storie@emerson.com >
2022-06-19 18:40:40 +10:00
Sam Storie
313ffb73bd
chore: Adding/updating the documentation for mscluster_resource collector
...
Signed-off-by: Sam Storie <sam.storie@emerson.com >
2022-06-19 18:40:39 +10:00
Sam Storie
48e54e8513
chore: Adding/updating documentation for mscluster_node collector
...
The isolation or quarantine status of the node.
Signed-off-by: Sam Storie <sam.storie@emerson.com >
2022-06-19 18:40:39 +10:00
Sam Storie
bf5177ed12
chore: fixing a typo
...
Signed-off-by: Sam Storie <sam.storie@emerson.com >
2022-06-19 18:40:38 +10:00
Sam Storie
00f79ebaf4
chore: Adding/updating documentation for mscluster_network collector
...
Signed-off-by: Sam Storie <sam.storie@emerson.com >
2022-06-19 18:40:37 +10:00
Sam Storie
3d50cf4309
chore: Added/updated documentation for mscluster_cluster collector
...
Signed-off-by: Sam Storie <sam.storie@emerson.com >
2022-06-19 18:40:36 +10:00
Sam Storie
c7cbc48afc
chore: updated links to MS documentation for each struct
...
Signed-off-by: Sam Storie <sam.storie@emerson.com >
2022-06-19 18:40:35 +10:00
Sam Storie
0f304413b5
chore: removing some errant comments about perflib
...
Signed-off-by: Sam Storie <sam.storie@emerson.com >
2022-06-19 18:40:34 +10:00
Sam Storie
b6f12aeb9f
feat: added the mscluster_resourcegroup collector functionality
...
Signed-off-by: Sam Storie <sam.storie@emerson.com >
2022-06-19 18:40:33 +10:00
Sam Storie
af523f13bc
feat: added the mscluster_resource collector functionality
...
Signed-off-by: Sam Storie <sam.storie@emerson.com >
2022-06-19 18:40:32 +10:00
Sam Storie
8c7dd7fd5f
feat: added the mscluster_cluster collector functionality
...
Signed-off-by: Sam Storie <sam.storie@emerson.com >
2022-06-19 18:40:31 +10:00
Sam Storie
6a186f26f0
feat: added mscluster_network collector functionality
...
Signed-off-by: Sam Storie <sam.storie@emerson.com >
2022-06-19 18:40:30 +10:00
Sam Storie
740e277cf6
feat: Adding mscluster_node collector functionality
...
Breaks out the metrics by the name specified by each node
Signed-off-by: Sam Storie <sam.storie@emerson.com >
2022-06-19 18:40:29 +10:00
Sam Storie
96e081c7d4
feat: adapting to support CimSession and alternative namespaces
...
Signed-off-by: Sam Storie <sam.storie@emerson.com >
2022-06-19 18:40:28 +10:00
Ben Reedy
3cf0fa347f
Merge pull request #954 from breed808/os_paging
...
Continue OS collector on absent paging file
2022-06-12 09:27:19 +10:00
Ben Reedy
ebabddf558
Continue OS collector on absent paging file
...
Inactive or missing paging file should not be cause for OS collector to
fail.
Instead, log the error and continue with OS collection.
Signed-off-by: Ben Reedy <breed808@breed808.com >
2022-06-12 09:13:21 +10:00
Ben Reedy
5f9759586e
Update gopkg.in/yaml_v2 to yaml_v3
...
Previous version was vulnerable to CVE-2022-28948
Signed-off-by: Ben Reedy <breed808@breed808.com >
2022-05-29 10:46:09 +10:00
Ben Reedy
7f69cc0acf
Merge pull request #995 from prometheus-community/dependabot/go_modules/github.com/Microsoft/hcsshim-0.9.3
...
Bump github.com/Microsoft/hcsshim from 0.9.2 to 0.9.3
2022-05-29 10:30:43 +10:00
dependabot[bot]
820c6bdb93
Bump github.com/Microsoft/hcsshim from 0.9.2 to 0.9.3
...
Bumps [github.com/Microsoft/hcsshim](https://github.com/Microsoft/hcsshim ) from 0.9.2 to 0.9.3.
- [Release notes](https://github.com/Microsoft/hcsshim/releases )
- [Commits](https://github.com/Microsoft/hcsshim/compare/v0.9.2...v0.9.3 )
---
updated-dependencies:
- dependency-name: github.com/Microsoft/hcsshim
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 11:13:54 +00:00
Ben Reedy
6042ea3e51
Merge pull request #990 from prometheus-community/dependabot/go_modules/github.com/go-kit/log-0.2.1
...
Bump github.com/go-kit/log from 0.2.0 to 0.2.1
2022-05-17 09:25:51 +10:00
dependabot[bot]
641f3222c7
Bump github.com/go-kit/log from 0.2.0 to 0.2.1
...
Bumps [github.com/go-kit/log](https://github.com/go-kit/log ) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/go-kit/log/releases )
- [Commits](https://github.com/go-kit/log/compare/v0.2.0...v0.2.1 )
---
updated-dependencies:
- dependency-name: github.com/go-kit/log
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-16 23:12:38 +00:00
Ben Reedy
9241df5528
Merge pull request #989 from prometheus-community/dependabot/go_modules/github.com/go-ole/go-ole-1.2.6
...
Bump github.com/go-ole/go-ole from 1.2.5 to 1.2.6
2022-05-17 09:11:46 +10:00
dependabot[bot]
c443eafe2b
Bump github.com/go-ole/go-ole from 1.2.5 to 1.2.6
...
Bumps [github.com/go-ole/go-ole](https://github.com/go-ole/go-ole ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/go-ole/go-ole/releases )
- [Changelog](https://github.com/go-ole/go-ole/blob/master/ChangeLog.md )
- [Commits](https://github.com/go-ole/go-ole/compare/v1.2.5...v1.2.6 )
---
updated-dependencies:
- dependency-name: github.com/go-ole/go-ole
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-16 22:50:05 +00:00