Skip to content

Commit b4b46cd

Browse files
pwhelanPat
andauthored
in_node_exporter_metrics: add a reference to thermal_zone. (#1254)
* in_node_exporter_metrics: add a reference to thermal_zone. Related to fluent/fluent-bit#7522. Signed-off-by: Phillip Whelan <phil@calyptia.com> * in_node_exporter_metrics: update interval property for thermal_zone. Add description for the thermal_zone interval configuration property. Signed-off-by: Phillip Whelan <phil@calyptia.com> --------- Signed-off-by: Phillip Whelan <phil@calyptia.com> Signed-off-by: Pat <pat@calyptia.com> Co-authored-by: Pat <pat@calyptia.com>
1 parent ef24e54 commit b4b46cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pipeline/inputs/node-exporter-metrics.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ This plugin is currently only supported on Linux based operating systems\
3232
| collector.time.scrape\_interval | The rate in seconds at which time metrics are collected from the host operating system. If a value greater than 0 is used then it overrides the global default otherwise the global default is used. | 0 seconds |
3333
| collector.loadavg.scrape\_interval | The rate in seconds at which loadavg metrics are collected from the host operating system. If a value greater than 0 is used then it overrides the global default otherwise the global default is used. | 0 seconds |
3434
| collector.vmstat.scrape\_interval | The rate in seconds at which vmstat metrics are collected from the host operating system. If a value greater than 0 is used then it overrides the global default otherwise the global default is used. | 0 seconds |
35+
| collector.thermal_zone.scrape\_interval | The rate in seconds at which thermal_zone metrics are collected from the host operating system. If a value greater than 0 is used then it overrides the global default otherwise the global default is used. | 0 seconds |
3536
| collector.filefd.scrape\_interval | The rate in seconds at which filefd metrics are collected from the host operating system. If a value greater than 0 is used then it overrides the global default otherwise the global default is used. | 0 seconds |
3637
| collector.nvme.scrape\_interval | The rate in seconds at which nvme metrics are collected from the host operating system. If a value greater than 0 is used then it overrides the global default otherwise the global default is used. | 0 seconds |
3738
| metrics | To specify which metrics are collected from the host operating system. These metrics depend on `/proc` or `/sys` fs. The actual values of metrics will be read from `/proc` or `/sys` when needed. cpu, cpufreq, meminfo, diskstats, filesystem, stat, loadavg, vmstat, netdev, and filefd depend on procfs. cpufreq metrics depend on sysfs. | `"cpu,cpufreq,meminfo,diskstats,filesystem,uname,stat,time,loadavg,vmstat,netdev,filefd"` |
@@ -72,7 +73,8 @@ The following table describes the available collectors as part of this plugin. A
7273
| time | Exposes the current system time. | Linux | v1.8 |
7374
| uname | Exposes system information as provided by the uname system call. | Linux | v1.8 |
7475
| vmstat | Exposes statistics from `/proc/vmstat`. | Linux | v1.8.2 |
75-
| systemd collector | Exposes statistics from systemd. | Linux | v2.1.3 |
76+
| systemd collector | Exposes statistics from systemd. | Linux | v2.1.3 |
77+
| thermal_zone | Expose thermal statistics from `/sys/class/thermal/thermal_zone/*` | Linux | v2.2.1 |
7678
| nvme | Exposes nvme statistics from `/proc`. | Linux | v2.2.0 |
7779

7880
## Getting Started

0 commit comments

Comments
 (0)