Class PrometheusScrapeMvcEndpoint

  • All Implemented Interfaces:
    org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint, org.springframework.boot.actuate.endpoint.mvc.NamedMvcEndpoint

    public class PrometheusScrapeMvcEndpoint
    extends org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
    • Field Summary

      • Fields inherited from interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint

        DISABLED_RESPONSE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object invoke()  
      • Methods inherited from class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter

        getDelegate, getDisabledResponse, getEndpointType, getName, getPath, isSensitive, setPath
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • invoke

        @GetMapping
        public java.lang.Object invoke()
        Overrides:
        invoke in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter