in hbase-noop-htrace/src/main/java/org/apache/htrace/core/TracerPool.java [78:82]
public synchronized boolean addReceiver(SpanReceiver receiver) {
// since we are not tracking these, maybe we should close them immediately?
// for now do nothing, since we should just be getting empty receivers that do not do anything.
return true;
}