<% // If metric Value is 1, remove the s from the metric Name metricName = metricValue == 1 ? metricName.slice(0, -1) : metricName; %>