Skip to content

Performance Metrics

EntryStore supports collection of performance metrics. This data can be collected by calling the following URI:

GET http://{host}/management/metrics

Only members of the Administration group are allowed to call this endpoint.

The format of the response is:

{
  "GET-search-json-200": {
    "max": 110,
    "mean": 89,
    "percentile-0.95": 105,
    "requests": 6
  }
}

The following urls are included in the metrics:

  • resource
  • entry
  • metadata
  • search

The key is formatted according to this rule:

{operation}-{action}-{response-type}-{http-status}