blob: 975d77528aea854c0069c72ed404ee4c25402152 [file] [log] [blame]
{
"documentation": "https://lucene.apache.org/solr/guide/metrics-reporting.html",
"description": "Metrics history handler allows retrieving samples of past metrics recorded in the .system collection.",
"methods": [
"GET"
],
"url": {
"paths": [
"/cluster/metrics/history"
],
"params": {
"action": {
"type": "string",
"description": "one of supported actions",
"default": "list"
},
"name": {
"type": "string",
"description": "registry name"
}
}
}
}