The repository contains the deployment manifests to expose Elasticsearch queue metrics for data.gov.uk Publish.
It relies on the deployment of Elasticsearch Exporter (a Go application) to deal create an endpoint that can be accessed by Prometheus.
Getting Started
This app is deployed on the PaaS.
## make sure that you clone the elasticsearch_exporter within the datagovuk_publish_elasticsearch_monitor folder
git clone https://github.com/justwatchcom/elasticsearch_exporter
# staging
cf push -p elasticsearch_exporter -f manifest-staging.yml
# production
cf push -p elasticsearch_exporter -f manifest-production.yml