Package io.prometheus.client.spring.boot
Class PrometheusMvcEndpoint
- java.lang.Object
-
- org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter<org.springframework.boot.actuate.endpoint.Endpoint<?>>
-
- org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
-
- io.prometheus.client.spring.boot.PrometheusMvcEndpoint
-
- All Implemented Interfaces:
org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint,org.springframework.boot.actuate.endpoint.mvc.NamedMvcEndpoint
@ConfigurationProperties("endpoints.prometheus") public class PrometheusMvcEndpoint extends org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
-
-
Constructor Summary
Constructors Constructor Description PrometheusMvcEndpoint(io.prometheus.client.spring.boot.PrometheusEndpoint delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntityvalue(Set<String> name, String accept)-
Methods inherited from class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
invoke
-
-
-
-
Constructor Detail
-
PrometheusMvcEndpoint
public PrometheusMvcEndpoint(io.prometheus.client.spring.boot.PrometheusEndpoint delegate)
-
-