public final class IdMapper extends Object implements Function<com.netflix.spectator.api.Id,Map<String,String>>
Classes in this package are only intended for use internally within spectator. They may change at any time and without notice.
IdMapper(Function<String,String> fixTagString)
Map<String,String>
apply(com.netflix.spectator.api.Id id)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, compose, identity
public IdMapper(Function<String,String> fixTagString)
public Map<String,String> apply(com.netflix.spectator.api.Id id)
apply
Function<com.netflix.spectator.api.Id,Map<String,String>>