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

com.github.kristofa.brave.http.SpanNameProvider Maven / Gradle / Ivy

Go to download

Abstraction that makes it easier to implement brave in http clients and servers.

There is a newer version: 4.13.6
Show newest version
package com.github.kristofa.brave.http;

/**
 * @deprecated Replaced by {@code HttpClientParser} or {@code HttpServerParser} from brave-http
 */
@Deprecated
public interface SpanNameProvider {

    String spanName(HttpRequest request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy