Hello, I'm trying to create a metric without any HELP set (it is allowed per exposition format spec).
However, client_java prevents me of doing that, see https://github.com/prometheus/client_java/blob/master/simpleclient/src/main/java/io/prometheus/client/SimpleCollector.java#L165
If not calling .help() it will fail with NPE, if provided with empty string, it will throw IllegalStateException.
I think it shouldn't throw anything if .help() wasn't called.