Class MonitoringRestController
java.lang.Object
io.camunda.zeebe.gateway.impl.probes.MonitoringRestController
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MonitoringRestController
public MonitoringRestController()
-
-
Method Details
-
metrics
@GetMapping("/metrics") public org.springframework.web.servlet.ModelAndView metrics() -
health
@GetMapping("/health") public org.springframework.web.servlet.ModelAndView health() -
live
@GetMapping("/live") public org.springframework.web.servlet.ModelAndView live() -
started
@GetMapping("/startup") public org.springframework.web.servlet.ModelAndView started()
-