Ben Kochie
6bf0409b0e
Merge pull request #454 from thorhs/master
...
buddyinfo: Add support for /proc/buddyinfo for linux free memory fragmentation.
8 years ago
Thorhallur Sverrisson
8d5e0aeba0
Adding self to AUTHORS.md
8 years ago
Thorhallur Sverrisson
19813d3e02
Changing datastructure for BuddyInfo
8 years ago
Thorhallur Sverrisson
5ab285e098
Adding buddyinfo to end to end test.
8 years ago
Thorhallur Sverrisson
55417d7688
Moving buddyinfo logic to procfs
8 years ago
Thorhallur Sverrisson
2f16f6b84e
Adding buddyinfo to README.md
8 years ago
Thorhallur Sverrisson
492c96f6b6
Moving buddyinfo_test.go to procfs library
8 years ago
Thorhallur Sverrisson
3ba15c1ddb
Adding support for /proc/buddyinfo for linux free memory fragmentation.
...
/prod/buddyinfo returns data on the free blocks fragments available
for use from the kernel. This data is useful when diagnosing
possible memory fragmentation.
More info can be found in:
* https://lwn.net/Articles/7868/
* https://andorian.blogspot.com/2014/03/making-sense-of-procbuddyinfo.html
8 years ago
Tobias Schmidt
dc863551bd
Merge pull request #465 from mdlayher/bump-procfs
...
Update vendored procfs for buddyinfo, mountstats, and XFS changes
8 years ago
Matt Layher
5c6ff86f9d
Update vendored procfs for buddyinfo, mountstats, and XFS changes
8 years ago
Ben Kochie
58c10628d8
Add ntpd metrics from ntpq rv
...
Add some metrics using to the ntpd helper script using the "request
value"[0] command.
[0]: https://www.eecis.udel.edu/~mills/ntp/html/ntpq.html#system
8 years ago
Johannes 'fish' Ziemke
d354971e81
Merge pull request #458 from prometheus/bjk/ntpd_metrics
...
Add a textfile helper for NTPd.
8 years ago
Tobias Schmidt
665f4e8869
Merge pull request #444 from mdlayher/vendor-procfs
...
Bump github.com/prometheus/procfs for uint64 mountstats counters
8 years ago
Joe Handzik
bb8b3fca88
ZFS Collector: Add zpool IO statistics
...
Signed-Off-By: Joe Handzik <joseph.t.handzik@hpe.com>
8 years ago
Ben Kochie
bde6e5d290
Add a textfile helper for NTPd.
...
Parse the output of `ntpq -np` to provide metrics from a local NTP
daemon.
8 years ago
Robert Clark
f809bfdde6
Update authors after InfiniBand commit
...
Signed-Off-By: Robert Clark <robert.d.clark@hpe.com>
8 years ago
Robert Clark
b2d2b69af6
Update README to include InfiniBand collector
...
Signed-Off-By: Robert Clark <robert.d.clark@hpe.com>
8 years ago
Robert Clark
b0c9133cba
Enable InfiniBand by default
...
Signed-Off-By: Robert Clark <robert.d.clark@hpe.com>
8 years ago
Robert Clark
36f81282b7
Add unit tests for InfiniBand collector
...
Signed-Off-By: Robert Clark <robert.d.clark@hpe.com>
8 years ago
Robert Clark
4866adcb71
Add new collector for InfiniBand statistics
...
Add new metrics for the InfiniBand network protocol including the amount of packets sent and received, the number of times the link has been downed and how many times the link has recovered from an error state.
Signed-Off-By: Robert Clark <robert.d.clark@hpe.com>
8 years ago
Matt Layher
ba635842fc
Add wifi collector to default collectors ( #447 )
8 years ago
Matt Layher
44d542b286
Bump github.com/prometheus/procfs for uint64 mountstats counters
8 years ago
Ben Kochie
428bc92b1c
Merge pull request #443 from joehandzik/wip-fix-zfs-fm-names
...
ZFS Collector: Convert dashes to underscores for metrics
8 years ago
Joe Handzik
8c23f5ff54
ZFS Collector: Convert dashes to underscores for metrics
...
This fixes #442 , and prevents other ZFS metrics from slipping through in the future.
Signed-Off-By: Joe Handzik <joseph.t.handzik@hpe.com>
8 years ago
Ben Kochie
7cfa5e75b8
Merge pull request #439 from mdlayher/collector-staticcheck
...
Fix two staticcheck issues in IPVS collector tests
8 years ago
Ben Kochie
71362d45eb
Merge pull request #432 from joehandzik/wip-zfs-zfetchstats
...
Update ZFS Collector with most non-zpool metrics
8 years ago
Joe Handzik
e5ee274a32
ZFS Collector: Move from camelcase to underscores for metric prefixes
...
Signed-Off-By: Joe Handzik <joseph.t.handzik@hpe.com>
8 years ago
Matt Layher
c8e546926a
Fix two staticcheck issues in IPVS collector tests
8 years ago
Joe Handzik
e213ccbc57
ZFS Collector: Refactor to use maps/slices and fewer globals
...
Removed all global types that were unnecessary, and refactored to use constructor-created values and inline values instead of globals.
Signed-Off-By: Joe Handzik <joseph.t.handzik@hpe.com>
8 years ago
Johannes 'fish' Ziemke
0a7f124fe8
Merge pull request #434 from prometheus/bjk/mountstats_mountpoint
...
Handle multiple NFS device mounts
8 years ago
Ben Kochie
ae34006f68
Merge pull request #436 from moorereason/readme1
...
Add missing collectors to README
8 years ago
Cameron Moore
f4d24e5044
Add missing collectors to README
8 years ago
Ben Kochie
5a6db5c8d2
Handle multiple NFS device mounts
...
It's possible to mount an NFS share in multiple locations.
* Duplicates contain the same metric values, so they can be ignored.
* Update fixture.
8 years ago
Joe Handzik
1dde3ec31b
README.md: Remove note about ZFS being limited to ARC
...
Because it's not true after this PR goes up.
Signed-Off-By: Joe Handzik <joseph.t.handzik@hpe.com>
8 years ago
Joe Handzik
94fb93a9f3
ZFS Collector: Add dmu_tx functionality
...
Signed-Off-By: Joe Handzik <joseph.t.handzik@hpe.com>
8 years ago
Joe Handzik
07c7ae733a
ZFS Collector: Add fm functionality
...
Signed-Off-By: Joe Handzik <joseph.t.handzik@hpe.com>
8 years ago
Joe Handzik
05048c067d
ZFS Collector: Add xuio_stats functionality
...
Signed-Off-By: Joe Handzik <joseph.t.handzik@hpe.com>
8 years ago
Joe Handzik
3c9e779989
ZFS Collector: Add vdev_cache_stats functionality
...
Signed-Off-By: Joe Handzik <joseph.t.handzik@hpe.com>
8 years ago
Joe Handzik
a02ca9502c
ZFS Collector: Add zil functionality
...
Signed-Off-By: Joe Handzik <joseph.t.handzik@hpe.com>
8 years ago
Joe Handzik
a3125ab4d9
ZFS Collector: Add zfetchstats functionality
...
Signed-Off-By: Joe Handzik <joseph.t.handzik@hpe.com>
8 years ago
Brian Brazil
8d4f36aa42
Point to WMI exporter ( #431 )
...
There's a slow trickle of people trying to use the node exporter on windows, so point them in the right direction.
8 years ago
Ben Kochie
acb495ccab
Merge pull request #425 from mdlayher/wifi-update
...
Update vendored wifi, handle stations with missing info
8 years ago
Ben Kochie
2a0c80cbe2
Fix example.rules typos.
...
Thanks for spotting those @grobie .
8 years ago
Tobias Schmidt
0429a4ffbe
Merge pull request #427 from mdlayher/hwmon-silent-fail
...
Allow graceful failure in hwmon collector
8 years ago
Matt Layher
dfd661a633
Allow graceful failure in hwmon collector
8 years ago
Matt Layher
ca3f07feef
Update vendored wifi, handle stations with missing info
8 years ago
Ben Kochie
92537020a3
Fix runit collector flag typo.
8 years ago
Ben Kochie
adb8904784
Merge pull request #422 from prometheus/superq/example_rules
...
Add an example rules file
8 years ago
Ben Kochie
5a07f4173d
Merge pull request #423 from prometheus/superq/v0.14.0-rc.1
...
Release v0.14.0-rc.1.
8 years ago
Ben Kochie
0d4e881389
Release v0.14.0-rc.1.
...
* Update CHANGELOG
* Update VERSION
8 years ago