Add Aurora Node Auditor to the exporters list - #3104
Open
auroraxo wants to merge 1 commit into
Open
Conversation
Signed-off-by: Aurora <aurora@codebyaurora.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Aurora Node Auditor to the Hardware related list, next to
node_exporter, which is the section it is closest to: it exposes host vitals (CPU, memory, disk, load, process RSS) plus Raspberry Pi / edge sensor data (SoC temperature, WiFi RSSI,rpi_voltundervoltage alarm, decoded throttle flags, CPU frequency) read directly from/procand/sys.It is a zero-dependency Python 3.10+ stdlib daemon (no
psutil, no shell-outs), Apache-2.0, 53 unit tests, installable as a wheel or as a multi-arch container image (linux/amd64,arm64,arm/v7for 32-bit Pi). It is not intended to replacenode_exporteron datacenter hosts — the niche is small/edge nodes and agent tooling that also want a structured JSON endpoint next to the Prometheus exposition.Representative sample output, taken live from a running instance at https://codebyaurora.com/metrics:
The commit is signed off (DCO). Happy to move the entry to Miscellaneous instead if Hardware related is reserved for exporters that talk to dedicated hardware interfaces.