Skip to content
  • femiadeyemi's avatar
    make available the metrics of cerebrum · 92e4e164
    femiadeyemi authored
    Motivation:
    
    To gain insight on cerebrum-app, the spring framework provide
    the facility to expose the application metrics to monitoring
    service like Prometheus on Kubernetes.
    
    Modification:
    
    - enable graceful shutdown
    - add spring boot actuator and prometheus registry micrometer
        dependencies
    - expose the actuator endpoint that will provides: health,
       info, metric etc.
    - avoid 404 error on request to /favicon.ico
    
    Result:
    
    Cerebrum now makes it metrics available and can be shutdown
    gracefully.
    
    Target: master
    92e4e164