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