Skip to content

Elasticsearch metrics

Dean requested to merge feature/elastic-metrics into master

Removes Prometheus-based metrics and uses Elasticsearch to store more information about each request:

{
    "country_code": "AU",
    "hostname": "owo.whats-th.is",
    "object_type": "file",
    "status_code": 200,
    "@timestamp": "2017-10-28T18:14:31.000Z"
}

Merge request reports