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

io.honeycomb.beeline.spring.beans.BeelineInstrumentation Maven / Gradle / Ivy

Go to download

Spring Boot Starter module to auto-configure Spring Boot with the Honeycomb Beeline for Java

There is a newer version: 2.2.0
Show newest version
package io.honeycomb.beeline.spring.beans;

/**
 * Interface for identifying instrumentations within the Spring context.
 */
public interface BeelineInstrumentation {
    /**
     * A simple human-readable name to identify a particular instrumentation.
     *
     * @return the name.
     */
    String getName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy