Add more process to the default include list.

This commit is contained in:
Mark Nellemann 2022-04-07 10:41:08 +02:00
parent c96274fa4f
commit d491ff451e
1 changed files with 10 additions and 1 deletions

View File

@ -26,9 +26,18 @@ public class BaseProcessExtension implements MetricExtension {
private boolean threaded = false;
private List<?> includeList = new ArrayList<Object>() {{
add("java");
add("node");
add("httpd");
add("mongod");
add("mysqld");
add("postgres");
add("influxd");
add("haproxy");
add("beam.smp");
add("filebeat");
add("corosync");
add("rsyslogd");
add("postgres");
add("memcached");
}};
private final long minUptimeInSeconds = 300;