Files
cc-metric-collector/collectors/tempMetric.md
2026-03-11 15:59:14 +01:00

659 B

tempstat collector

  "tempstat": {
    "tag_override": {
        "<device like hwmon1>": {
            "type": "socket",
            "type-id": "0"
        }
    },
    "exclude_metrics": [
      "metric1",
      "metric2"
    ]
  }

The tempstat collector reads the data from /sys/class/hwmon/<device>/tempX_{input,label}

Metrics:

  • temp_*: The metric name is taken from the label files.