Skip to content

Commit dc7a1a4

Browse files
committed
in_node_exporter_metrics: Enable fielsystem metrics by default
Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
1 parent fbbb283 commit dc7a1a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugins/in_node_exporter_metrics

plugins/in_node_exporter_metrics/ne.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#ifdef __linux__
3636
#define NE_DEFAULT_ENABLED_METRICS "cpu,cpufreq,meminfo,diskstats,filesystem,uname,stat,time,loadavg,vmstat,netdev,netstat,sockstat,filefd,systemd,nvme,thermal_zone,hwmon,powersupplyclass"
3737
#elif __APPLE__
38-
#define NE_DEFAULT_ENABLED_METRICS "cpu,loadavg,meminfo,diskstats,uname,netdev,powersupplyclass"
38+
#define NE_DEFAULT_ENABLED_METRICS "cpu,loadavg,meminfo,diskstats,filesystem,uname,netdev,powersupplyclass"
3939
#endif
4040

4141
/* filesystem: regex for ignoring mount points and filesystem types */

0 commit comments

Comments
 (0)