Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Monitoring

Darren Hardy edited this page Dec 7, 2016 · 25 revisions

dor_indexing_app

There are the following monitoring routes for the application:

  • /status/default simply pings the rails app
  • Silenced: /status/external-queue-size retrieves the incoming queue size from ActiveMQ message broker and fails if it's over a threshold (50,000 right now).
  • Not active: /status/version simply echos the version number of the deployed app
  • Not active: /status/external-fedora retrieves the repository description from DOR
  • Not active: /status/external-solr pings the specific Solr core in the Solr cloud

There's also a log file check to detect an old timestamp on the log/indexing.log file, but we'd like to have a content based check instead.

Performance

Monitoring performance is via New Relic.

Clone this wiki locally