Information about interrupts is invaluable when debugging performance problems with Scylla in the field. node_exporter doesn't include that in the list of collectors enabled by default, so we suggest we do it here. The list that goes into this file is the default list as shown by node_exporter, with "interrupts" added to it. Signed-off-by: Glauber Costa <glauber@scylladb.com> Message-Id: <20170525153008.26720-1-glauber@scylladb.com>
12 lines
307 B
Desktop File
12 lines
307 B
Desktop File
[Unit]
|
|
Description=Node Exporter
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=scylla
|
|
Group=scylla
|
|
ExecStart=/usr/bin/node_exporter -collectors.enabled interrupts,conntrack,diskstats,entropy,filefd,filesystem,loadavg,mdadm,meminfo,netdev,netstat,sockstat,stat,textfile,time,uname,vmstat
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|