killbill/killbill-commons

Implicit service name limitation

pierre opened this issue · 0 comments

The service name needs to be at least 3 letters long - could we remove this limitation?

See

final String metricName = new StringBuilder(parts[0].substring(0, 3))