Metrics
Get service metrics history
Returns historical traffic data for a service
get/v1/metrics/services/{key}/history
Path parameters
keystring required
Service key in format "servicename.namespace.context"
Response
Metrics history
Example response
{
"error": {
"code": "NOT_FOUND",
"message": "Service not found"
}
}