
io.prometheus.client.spring.boot.EnableSpringBootMetricsCollector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simpleclient_spring_boot Show documentation
Show all versions of simpleclient_spring_boot Show documentation
Collect information from Spring Boot actuator.
package io.prometheus.client.spring.boot;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import org.springframework.context.annotation.Import;
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Import(PrometheusMetricsConfiguration.class)
public @interface EnableSpringBootMetricsCollector {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy