/metrics/mostrecentlymatched
DevelopingGET
/metrics/mostrecentlymatchedLast modified: 2 months ago
Returns a list of unique metrics which have had matches most recently, ordered by the most recent match on each metric.
Only matches in the last 7 days are considered, so where no matches have occurred in that period, this method will return an empty result, not the most recent matches further back.
Request
Query Params
limit
string
optional
Limit the number of results returned, must be between 1 and 500. Defaults to 30 if not specified. Example: 10.
Request samples
Responses
An example Response(200)
An example Response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"status": {
"created_timestamp": 1657043532,
"created_string": "Tue 05 Jul 2022 @ 17:52 (UTC)",
"duration": 0.118,
"language": "en-gb",
"timezone": {
"timezone_type": 3,
"timezone": "UTC"
},
"code": 200,
"oldest_cached_component_age": 2868,
"session_id": "9574317bd9284de6d6d21f1cc6d128ce",
"org_onboarding_status_id": 300,
"api_host": "api-stage.anomify.ai",
"user_onboarding_flags": {
"main_intro": false,
"alerts_intro": false,
"alerts_from_search": false,
"training_intro": false,
"alert_created": true,
"test_alert_sent": true,
"two_alerts_sent": true,
"pattern_trained": true
}
},
"data": {
"metrics": [
{
"metric": "graphite-labs_wikimedia_org.clouddb-services.clouddb1003.cpu.total.steal",
"last_match_timestamp": 1656987960,
"last_match_string": "Today, 02:26",
"num_matches": "5"
},
{
"metric": "graphite-labs_wikimedia_org.clouddb-services.clouddb1003.cpu.total.user",
"last_match_timestamp": 1656935100,
"last_match_string": "July 4th, 11:45",
"num_matches": "7"
},
{
"metric": "graphite-labs_wikimedia_org.clouddb-services.clouddb1003.cpu.total.idle",
"last_match_timestamp": 1656884520,
"last_match_string": "July 3rd, 21:42",
"num_matches": "6"
},
{
"metric": "graphite-labs_wikimedia_org.clouddb-services.clouddb1001.cpu.total.system",
"last_match_timestamp": 1656808800,
"last_match_string": "July 3rd, 00:40",
"num_matches": "7"
},
{
"metric": "graphite-labs_wikimedia_org.clouddb-services.clouddb1001.memory.MemAvailable",
"last_match_timestamp": 1656804000,
"last_match_string": "July 2nd, 23:20",
"num_matches": "5"
}
]
}
}
Last modified: 2 months ago