dbmdz / iiif-server-hymir

Hymir is a Java based IIIF Server. It is based on "IIIF Image API Java Libraries" and "IIIF Presentation API Java Libraries" projects (see https://github.com/dbmdz)
MIT License
27 stars 7 forks source link

Prometheus endpoint ? #108

Closed MarcAgate closed 5 years ago

MarcAgate commented 5 years ago

I can't monitor Hymir with prometheus (and grafana) as the endpoint server:port/actuator/prometheus is not available (or activated), even though "micrometer-registry-prometheus" lib is integrated. How can I monitor hymir with prometheus ?

jbaiter commented 5 years ago

Try http://${server}:${port}/monitoring/prometheus or change the management base path in the application.yml.

MarcAgate commented 5 years ago

Thanks! That worked.