Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 2.2 KB

File metadata and controls

69 lines (50 loc) · 2.2 KB

Node Exporter Full

Comprehensive Linux server metrics from node_exporter.

UID node-exporter-full
Datasource Prometheus
Source Grafana.com #1860
Author rfmoz
Revision 42 (latest downloaded at deploy time)

About

This is an external dashboard downloaded from Grafana.com during deployment. It is not maintained in this repository.

During deployment, the dashboard JSON is downloaded and processed to:

  • Set a stable UID (node-exporter-full) for consistent URLs
  • Remove grafana.com metadata (__inputs, __requires)
  • Replace datasource variables (${DS_PROMETHEUS}prometheus)
  • Adapt label names (container_namecontainer) for Alloy

When to Use

  • Monitor server CPU, memory, disk, network
  • Investigate system-level performance issues
  • Check disk space and I/O patterns
  • Analyze network traffic

Not for: OpenCloud application metrics → use Overview instead

Key Panels

The dashboard includes comprehensive panels for:

Category Metrics
CPU Usage, load average, context switches
Memory RAM usage, swap, buffers/cache
Disk Space, I/O, latency per device
Network Traffic, errors, connections
System Uptime, kernel, file descriptors

Data Requirements

Requires node_exporter running on the target host. In the PLG stack, this is included via monitoring.yml from opencloud-compose.

Key Metrics

node_cpu_seconds_total
node_memory_MemTotal_bytes
node_filesystem_size_bytes
node_network_receive_bytes_total

Upstream Documentation

For detailed panel descriptions and customization options, see:

Related Dashboards

Dashboard Datasource Use for
Prometheus Stats Prometheus Prometheus self-monitoring
Overview Prometheus OpenCloud application health
Logs Loki Application logs