All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.kristofa.brave.EmptySpanCollectorMetricsHandler Maven / Gradle / Ivy

The newest version!
package com.github.kristofa.brave;


/**
 * Empty implementation ignoring all events.
 */
public class EmptySpanCollectorMetricsHandler implements SpanCollectorMetricsHandler {

    @Override
    public void incrementAcceptedSpans(int quantity) {

    }

    @Override
    public void incrementDroppedSpans(int quantity) {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy