Tag:
Branch:
Tree:
a8c94d48e6
aix-ppc64
as-collector-receiver
bjk/fpm
dependabot/github_actions/actions/setup-go-6.1.0
dependabot/github_actions/vmactions/dragonflybsd-vm-1.1.4
dependabot/github_actions/vmactions/freebsd-vm-1.2.8
dependabot/github_actions/vmactions/netbsd-vm-1.2.3
dependabot/github_actions/vmactions/openbsd-vm-1.2.4
dependabot/go_modules/github.com/godbus/dbus/v5-5.2.0
dependabot/go_modules/github.com/mdlayher/wifi-0.7.1
dependabot/go_modules/github.com/opencontainers/selinux-1.13.1
dependabot/go_modules/github.com/prometheus/common-0.67.4
dependabot/go_modules/github.com/safchain/ethtool-0.7.0
discordianfish-patch-1
fish/remove-docker-hub-references
fixpanic
master
mixin-fix-cpu-usage
pgier/disable-default-collectors
readme-remove-misleading-plugins
release-0.15
release-0.16
release-0.17
release-0.18
release-1.0
release-1.1
release-1.10
release-1.2
release-1.3
release-1.4
release-1.6
release-1.8
release-1.9
repo_sync
revert-1677-expose-tls-copy
security-dot-md
superq/os_collector
superq/refactor_kingpin
superq/replace_load_metric
superq/stylecheck
superq/systemd_filter
superq/systemd_shutdown
superq/unit_type
superq/v2
warn-perf-errors
0.10.0
0.11.0
0.12.0
0.12.0rc1
0.12.0rc2
0.12.0rc3
0.13.0-rc.2
0.6.0
0.7.0
0.7.1
0.8.0
0.8.1
0.9.0
v0.13.0
v0.13.0-rc.1
v0.13.0-rc.2
v0.14.0
v0.14.0-rc.1
v0.14.0-rc.2
v0.15.0
v0.15.1
v0.15.2
v0.16.0
v0.16.0-rc.0
v0.16.0-rc.1
v0.16.0-rc.2
v0.16.0-rc.3
v0.17.0
v0.17.0-rc.0
v0.18.0
v0.18.1
v1.0.0
v1.0.0-rc.0
v1.0.0-rc.1
v1.0.1
v1.1.0
v1.1.1
v1.1.2
v1.10.0
v1.10.1
v1.10.2
v1.2.0
v1.2.1
v1.2.2
v1.3.0
v1.3.1
v1.4.0
v1.4.0-rc.0
v1.4.1
v1.5.0
v1.6.0
v1.6.1
v1.7.0
v1.8.0
v1.8.1
v1.8.2
v1.9.0
v1.9.1
${ noResults }
2 Commits (a8c94d48e66ade7e18de532c27f7adfc3f38e4ee)
| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
a8c94d48e6 |
Style changes and cleanup
This patch makes stylistic changes to error strings, unexports method names by lower casing them, removes unused dataSetMetric, and adds copyright/licence information. Signed-Off-By: Corey Stewart <stewa169@purdue.edu> |
9 years ago |
|
|
f29f3873ea |
Add a collector for ZFS, currently focussed on ARC stats.
It is tested on FreeBSD 10.2-RELEASE and Linux (ZFS on Linux 0.6.5.4). On FreeBSD, Solaris, etc. ZFS metrics are exposed through sysctls. ZFS on Linux exposes the same metrics through procfs `/proc/spl/...`. In addition to sysctl metrics, 'computed metrics' are exposed by the collector, which are based on several sysctl values. There is some conditional logic involved in computing these metrics which cannot be easily mapped to PromQL. Not all 92 ARC sysctls are exposed right now but this can be changed with one additional LOC each. |
9 years ago |