Tag:
Branch:
Tree:
pgier/disable-default-collectors
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
${ item.name }
${ noResults }
2 Commits (pgier/disable-default-collectors)
| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
52c031890e
|
Add _seconds suffix to node_time. (#823)
|
8 years ago |
|
|
c169b4b1c5 |
Add metrics from SNTPv4 packet to ntp collector & add ntpd sanity check (#655)
* Add metrics from SNTPv4 packet to ntp collector & add ntpd sanity check 1. Checking local clock against remote NTP daemon is bad idea, local ntpd acting as a client should do it better and avoid excessive load on remote NTP server so the collector is refactored to query local NTP server. 2. Checking local clock against remote one does not check local ntpd itself. Local ntpd may be down or out of sync due to network issues, but clock will be OK. 3. Checking NTP server using sanity of it's response is tricky and depends on ntpd implementation, that's why common `node_ntp_sanity` variable is exported. * `govendor add golang.org/x/net/ipv4`, it is dependency of github.com/beevik/ntp * Update github.com/beevik/ntp to include boring SNTP fix * Use variable name from RFC5905 * ntp: move code to make export of raw metrics more explicit * Move NTP math to `github.com/beevik/ntp` * Make `golint` happy * Add some brief docs explaining `ntp` #655 and `timex` #664 modules * ntp: drop XXX comment that got its decision * ntp: add `_seconds` suffix to relevant metrics * Better `node_ntp_leap` comment * s/node_ntp_reftime/node_ntp_reference_timestamp_seconds/ as requested by @discordianfish * Extract subsystem name to const as suggested by @SuperQ |
8 years ago |