Description
Some metrics reported from ReplicationHandler use incorrect types - they are reported as String values instead of the numerics.
This is caused by using ReplicationHandler.addVal utility method with the type Integer.class, which the method doesn't support and it returns the value as a string.