in src/main/java/org/apache/sling/commons/threads/impl/DefaultThreadPoolManager.java [405:411]
private String getMetricFullName(String metricLocalName) {
return METRICS_PREFIX
+ METRICS_SEPARATOR
+ getName().toLowerCase().replaceAll("\\W", METRICS_THREADPOOL_NAME_REPLACEMENT_CHAR)
+ METRICS_SEPARATOR
+ metricLocalName;
}