io.honeycomb.beeline.spring.beans.BeelineInstrumentation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of beeline-spring-boot-starter Show documentation
Show all versions of beeline-spring-boot-starter Show documentation
Spring Boot Starter module to auto-configure Spring Boot with the Honeycomb Beeline for Java
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