rob-scheepens
07fff6afc2
First implementation of physical_disk collector ( #803 )
...
* Added physical_disk collector.
Signed-off-by: Rob Scheepens <rob.scheepens@nutanix.com >
Signed-off-by: Brantley West <brantley@nutanix.com >
* exporter.go: Added physical_disk to defaultCollectors
Signed-off-by: Rob Scheepens <rob.scheepens@nutanix.com >
Signed-off-by: Brantley West <brantley@nutanix.com >
* Fix test cases for physicaldisk metrics
Signed-off-by: Rob Scheepens <rob.scheepens@nutanix.com >
Signed-off-by: Brantley West <brantley@nutanix.com >
* physical_disk.go: cleanup gofmt error
Signed-off-by: Brantley West <brantley@nutanix.com >
* physical_disk.go: populate physical disk 'number' label
Signed-off-by: Brantley West <brantley@nutanix.com >
* Added docs/collector.physical_disk.md.
Signed-off-by: Rob Scheepens <rob.scheepens@nutanix.com >
* physical_disk.go: change 'number' label to 'disk' to match node_exporter label
Signed-off-by: Brantley West <brantley@nutanix.com >
* physical_disk.go: adopt github.com/go-kit/log
Signed-off-by: Brantley West <brantley@nutanix.com >
* physical_disk.go: adopt include/exclude disk list
Signed-off-by: Brantley West <brantley@nutanix.com >
* fix: Add init config for physical_disk collector
Signed-off-by: Ben Reedy <breed808@breed808.com >
* chore: gofmt physical_disk collector
Signed-off-by: Ben Reedy <breed808@breed808.com >
---------
Signed-off-by: Rob Scheepens <rob.scheepens@nutanix.com >
Signed-off-by: Brantley West <brantley@nutanix.com >
Signed-off-by: Ben Reedy <breed808@breed808.com >
Co-authored-by: Brantley West <brantley@nutanix.com >
Co-authored-by: Ben Reedy <breed808@breed808.com >
2023-09-22 16:45:22 +10:00
Ben Reedy
7e293a4230
feat: Add output_queue_length metric to net collector
...
Signed-off-by: Ben Reedy <breed808@breed808.com >
2023-03-26 06:48:39 +10:00
Ben Reedy
a5b3926063
feat: Remove default metrics from e2e test
...
Metrics are provided by client library, and not the exporter, so
comparing them for differences does not provide much value.
Signed-off-by: Ben Reedy <breed808@breed808.com >
2023-03-25 09:00:05 +10:00
Ben Reedy
260e34394a
Merge pull request #1113 from tehseenshahab/tesh-logical-disk-collector-extension
...
Add Avg logical disk RW Queue metrics
2023-01-03 10:12:42 +10:00
Tehseen Shahab
d0c6d13e3b
Update e2e output for new metrics
...
Signed-off-by: Tehseen Shahab <tehseen.shahab@gmail.com >
2023-01-02 11:02:45 +01:00
dependabot[bot]
f6912cc645
chore(deps): bump github.com/prometheus/common from 0.38.0 to 0.39.0
...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.38.0 to 0.39.0.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.38.0...v0.39.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 >
2023-01-02 06:54:18 +10:00
Steffen Higel
f32342400f
Fixing up e2e tests for new CPU perf metrics
...
Signed-off-by: Steffen Higel <higels@valvesoftware.com >
2022-12-08 14:08:32 -08:00
Ben Reedy
79a3a1ccec
Adjust e2e output for client_golang-1.12.2
...
v1.12.2 removes some high cardinality metrics introduced in v1.12.0.
See https://github.com/prometheus/client_golang/issues/967 for context.
Signed-off-by: Ben Reedy <breed808@breed808.com >
2022-05-17 08:04:25 +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
fa51270218
Add new client_golang metrics to e2e output
...
Introduced in github.com/prometheus/client_golang v1.12.0
Signed-off-by: Ben Reedy <breed808@breed808.com >
2022-01-30 15:31:53 +10:00
Ben Reedy
d4be3b9f31
Ensure CPU time description matches mode flag
...
Signed-off-by: Ben Reedy <breed808@breed808.com >
2022-01-30 13:26:40 +10:00
Ben Reedy
388195be97
Update e2e output to match help text changes
...
Signed-off-by: Ben Reedy <breed808@breed808.com >
2021-10-01 08:09:03 +10:00
Calle Pettersson
cff484b5e1
Merge pull request #804 from max-len/bandwidth-bytes
...
Export CurrentBandwidth as bytes
2021-06-16 20:16:45 +02:00
Max Lendrich
0f5a232142
Fix typo
...
Signed-off-by: Max Lendrich <maximilian.lendrich@sap.com >
2021-06-15 12:38:23 +02:00
Max Lendrich
bbab591570
Export CurrentBandwidth as bytes
...
From https://prometheus.io/docs/practices/naming/ :
To avoid confusion combining different metrics, always use bytes, even
where bits appear more common.
Fixes #800
Signed-off-by: Max Lendrich <maximilian.lendrich@sap.com >
2021-06-14 17:33:27 +02:00
Ben Reedy
433e00a20b
Add CI support for textfile collector
...
Signed-off-by: Ben Reedy <breed808@breed808.com >
2020-12-07 08:01:07 +10:00
Ben Reedy
b300998b4b
Add smoketest script
...
Signed-off-by: Ben Reedy <breed808@breed808.com >
2020-12-07 08:01:07 +10:00