Github user StephanEwen commented on the issue:
https://github.com/apache/flink/pull/5501
If I understand correctly, all Gauges are now registered twice? Could we
just register them once and map `Gauge<?>` always to a `StringGauge` calling
`Objects.toString()` on its value?---
