node_exporter
node_exporter copied to clipboard
Exporter for machine metrics
Currently we have: - Nodes - USE Method / Node - USE Method / Cluster There are a few issues with these names: - "USE Method" isn't self-explainatory, maybe better...
This adds metrics for SAS (Serial-Attached SCSI) devices. Issue prometheus#2386
### Host operating system: output of `uname -a` ``` $ uname -a Darwin Peters-MBP-2.cust.communityfibre.co.uk 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 20:19:52 PDT 2022; root:xnu-8020.140.49~2/RELEASE_ARM64_T6000 arm64 ``` ### node_exporter...
1. fix FreeBSD typo 2. rewrite parseFreeBSDPoolObjsetStats, use zfs cmd list all objsetid and datasetname, and just for demo.
…route for pprof debug endpoints
node exporter endpoint timeout on my 2 machines, and their log shows systemd collector fail to write unix file. After restart, noded exporter is able to resume normal operation, but...
### Host operating system: output of `uname -a` - Running as a pod on k8s cluster with ami type `AL2_x86_64` and `AL2_x86_64_GPU` ### node_exporter version: output of `node_exporter --version` -...
### Host operating system: output of `uname -a` Linux ip-10-105-12-155.eu-central-1.compute.internal 5.10.144-127.601.amzn2.x86_64 #1 SMP Thu Sep 29 01:11:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ### node_exporter version: output of `node_exporter --version`...
### Host operating system: output of `uname -a` FreeBSD stable/14-n265566 aarch64 1400500 1400500 ### node_exporter version: output of `node_exporter --version` % node_exporter --version node_exporter, version (branch: , revision: unknown) build...
ref: https://github.com/prometheus/procfs/pull/558 Add NFS RDMA protocol stats parse. Parse mountstats for NFS mounts with RDMA protocol fix: #2749