yangliyl
0dc32bf434
replace these deprecated functions
...
Signed-off-by: yangliyl <yangli_yl@qq.com >
2022-05-15 09:49:08 +08:00
Ben Reedy
42c05df272
Merge pull request #969 from breed808/init_powershell
...
Use `powershell` image for firewall init container
2022-05-15 08:47:10 +10:00
Ben Reedy
f471cc0e4e
Use powershell image for firewall init container
...
Previous `nanoserver` image did not have Powershell installed, causing
the init container to fail.
Signed-off-by: Ben Reedy <breed808@breed808.com >
2022-05-15 08:38:31 +10:00
Calle Pettersson
3c4ae95a8d
Merge pull request #821 from mousavian/master
...
Adding Scheduled Tasks Collector
2022-05-14 21:00:23 +02:00
Ben Reedy
21f4757b63
Merge pull request #971 from andbanman/ft_hyperv_vm_memory
...
Add Hyper-V VM Memory metrics
2022-05-13 07:43:16 +10:00
Ben Reedy
4aba3e1222
Add initial docs for hyperv memory metrics
...
Signed-off-by: Ben Reedy <breed808@breed808.com >
2022-05-13 07:14:55 +10:00
Andrew Banman
8f6204f960
Fix typo in vm_memory_pressure_minimum description
...
Signed-off-by: Andrew Banman <abanman@pnri.org >
2022-05-12 13:26:26 -07:00
Andrew Banman
dd494b11bb
Add _total to hyper-v memory counter metrics
...
Signed-off-by: Andrew Banman <abanman@pnri.org >
2022-05-12 10:00:59 -07:00
Andrew Banman
9f384e3db1
Fix hyper-v collector memory metric names
...
Remove "memory", which is redundant with the module and breaks symmetry
with vm_memory_physical_guest_visible.
Signed-off-by: Andrew Banman <abanman@pnri.org >
2022-05-12 09:54:41 -07:00
Andrew Banman
68c338b479
Fix hyper-v collector memory metric descriptions
...
Signed-off-by: Andrew Banman <abanman@pnri.org >
2022-05-12 09:53:47 -07:00
Andrew Banman
a01f72a8b0
Fix Hyper-V VM memory metric types
...
Signed-off-by: Andrew Banman <abanman@pnri.org >
2022-05-12 09:49:31 -07:00
Andrew Banman
09ec6e68ad
Add Hyper-V VM Memory metrics
...
Signed-off-by: Andrew Banman <abanman@pnri.org >
2022-05-12 09:49:31 -07:00
Rahman Mousavian
5dc10096f9
Dropping 0.0 value from float declaration
...
Signed-off-by: Rahman Mousavian <rahman.mousavian@oracle.com >
2022-05-12 17:51:43 +10:00
Rahman Mousavian
1aa00ebca8
Handling errors to prevent panics
...
Signed-off-by: Rahman Mousavian <rahman.mousavian@oracle.com >
2022-05-12 17:51:43 +10:00
Rahman Mousavian
fb11263c3e
Initilizing once, upon app start
...
Signed-off-by: Rahman Mousavian <rahman.mousavian@oracle.com >
2022-05-12 16:36:47 +10:00
Rahman Mousavian
9df59c75cd
Using CoInitializeEx, Locking OLE calls to the OS thread
...
Signed-off-by: Rahman Mousavian <rahman.mousavian@oracle.com >
2022-05-12 16:36:46 +10:00
Rahman Mousavian
e112446ce9
changing anonymous funcs to normal funcs
...
Signed-off-by: Rahman Mousavian <rahman.mousavian@oracle.com >
2022-05-12 16:36:46 +10:00
Rahman Mousavian
4f82e02d8d
Updated README.md
...
Signed-off-by: Rahman Mousavian <rahman.mousavian@oracle.com >
2022-05-12 16:36:46 +10:00
Rahman Mousavian
c3ed036402
Added tests
...
Signed-off-by: Rahman Mousavian <rahman.mousavian@oracle.com >
2022-05-12 16:36:46 +10:00
Rahman Mousavian
393546fe01
Added doc for Scheduled Task collector
...
Signed-off-by: Rahman Mousavian <rahman.mousavian@oracle.com >
2022-05-12 16:36:46 +10:00
Rahman Mousavian
ca645edde1
Added Scheduled Task Collector
...
Signed-off-by: Rahman Mousavian <rahman.mousavian@oracle.com >
2022-05-12 16:36:42 +10:00
Ben Reedy
69d4043ce4
Merge pull request #977 from prometheus-community/dependabot/go_modules/github.com/prometheus/common-0.34.0
...
Bump github.com/prometheus/common from 0.33.0 to 0.34.0
2022-05-04 08:58:25 +10:00
dependabot[bot]
fd5135f5ff
Bump github.com/prometheus/common from 0.33.0 to 0.34.0
...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.33.0 to 0.34.0.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.33.0...v0.34.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-05-03 22:42:53 +00:00
Ben Reedy
8f08f55cf2
Merge pull request #970 from breed808/ci
...
Resolve recent CI issues
2022-05-04 05:46:27 +10:00
Calle Pettersson
92d53d07b2
Merge pull request #913 from mjtrangoni/fix-memory-non-counter
...
Fix memory collector promtool metric issues
2022-05-01 19:15:15 +02:00
Ben Reedy
02e2e257c9
Use go install for build deps
...
Previous `go get` method of installation was causing issues with
`goversiontool`, preventing successful CI builds.
Signed-off-by: Ben Reedy <breed808@breed808.com >
2022-04-07 09:13:16 +10:00
Ben Reedy
791df8009c
Update golangci-lint CI action to latest version
...
Signed-off-by: Ben Reedy <breed808@breed808.com >
2022-04-07 09:13:10 +10:00
Ben Reedy
aaf202236d
Merge pull request #965 from prometheus-community/dependabot/go_modules/github.com/prometheus/common-0.33.0
...
Bump github.com/prometheus/common from 0.32.1 to 0.33.0
2022-04-06 20:24:58 +10:00
dependabot[bot]
e9ba751c82
Bump github.com/prometheus/common from 0.32.1 to 0.33.0
...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.32.1 to 0.33.0.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.32.1...v0.33.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-04-04 11:15:41 +00:00
Calle Pettersson
ed83cb1c3e
Merge pull request #963 from jsturtevant/fix-k8s-doc-formatting
...
Fix formatting for kubernetes documentation
2022-04-03 08:53:45 +02:00
James Sturtevant
ac447e5b15
Fix formatting
...
Signed-off-by: GitHub <noreply@github.com >
2022-04-01 23:34:10 +00:00
Ben Reedy
4d2a247e50
Merge pull request #948 from breed808/ci_tag_name
...
Fix image build issues
2022-02-27 18:51:06 +10:00
Ben Reedy
54f86001ad
Merge pull request #949 from szediktam/fix/container-docs-typo
...
fix: typo of container docs
2022-02-27 18:50:07 +10:00
szediktam
bccb3b3296
fix: typo of container docs
...
Signed-off-by: szediktam <alianlianlianlian@gmail.com >
2022-02-27 16:32:45 +08:00
Ben Reedy
c6285cdf9d
Fix VERSION env variable for image push
...
Powershell uses $Env: prefix for environment variables.
Signed-off-by: Ben Reedy <breed808@breed808.com >
2022-02-27 17:28:51 +10:00
Ben Reedy
cde750f76d
Replace invalid tag characters for master images
...
Signed-off-by: Ben Reedy <breed808@breed808.com >
2022-02-27 17:28:46 +10:00
Ben Reedy
dedd60f02b
Merge pull request #943 from szediktam/feat/add_storage_metrics_for_container
...
feat: add storage metrics for container collector
2022-02-27 13:42:32 +10:00
szediktam
d0c9fc6dbb
feat: add useful queries example for container docs
...
Signed-off-by: szediktam <alianlianlianlian@gmail.com >
2022-02-27 13:32:34 +10:00
szediktam
f728224ef2
feat: add storage metrics for container collector
...
Signed-off-by: szediktam <alianlianlianlian@gmail.com >
2022-02-27 13:32:23 +10:00
Ben Reedy
fba7682f01
Merge pull request #945 from breed808/ci_master_pushes
...
Run CI on pushes to master branch
2022-02-27 13:31:29 +10:00
Ben Reedy
79ecaf6a99
Check for listening exporter before querying
...
CI runs have exposed timing issues where promtool/e2e scripts query the
exporter, before exporter has begun listening.
Signed-off-by: Ben Reedy <breed808@breed808.com >
2022-02-27 08:37:42 +10:00
Ben Reedy
6941ee7ab2
Run promtool windows_exporter on non-default port
...
Prevents conflicts when promtool & test jobs are run concurrently in
CI.
Signed-off-by: Ben Reedy <breed808@breed808.com >
2022-02-26 20:43:25 +10:00
Ben Reedy
5a9711dc90
Run CI on pushes to master branch
...
Required to keep container image (with "latest" tag) up to date. Will
also ensure the master branch is healthy after PR merges.
Signed-off-by: Ben Reedy <breed808@breed808.com >
2022-02-26 09:25:27 +10:00
Ben Reedy
5106b829c3
Merge pull request #907 from breed808/ci_promtool
...
Check default collector metrics with promtool
2022-02-08 18:47:09 +10:00
Ben Reedy
e1796c3d42
Upgrade promu build tool to v0.13.0
...
Signed-off-by: Ben Reedy <breed808@breed808.com >
2022-02-08 17:15:03 +10:00
Ben Reedy
14d3e4ea28
Check default collector metrics with promtool
...
Signed-off-by: Ben Reedy <breed808@breed808.com >
2022-02-08 17:14:39 +10:00
Ben Reedy
36f033ae57
Merge pull request #925 from breed808/cpu_docs
...
Ensure CPU time description matches `mode` flag
2022-02-08 08:09:18 +10:00
Ben Reedy
0de2fc4af7
Merge pull request #864 from jsturtevant/use-hostprocess
...
Add HostProcess Container Configuration for k8s
2022-02-08 08:07:24 +10:00
James Sturtevant
b450a50103
Add HostProcess Container Configuration for k8s
...
Co-authored-by: Brian Redmond <brianisrunning@gmail.com >
Signed-off-by: Brian Redmond <brianisrunning@gmail.com >
Signed-off-by: James Sturtevant <jstur@microsoft.com >
2022-02-07 10:16:34 -08:00
Ben Reedy
e07b2053af
Merge pull request #937 from breed808/iis_flags
...
Add missing whitelist/blacklist checks for IIS
v0.18.1
2022-02-02 18:18:13 +10:00