Get Node.js runtime metrics and process information
Output
application/jsonmetrics
array
Required
Node.js and process metric entries
processInfo
ref#processInfo
Required
Process runtime information
Errors
AuthenticationRequired
AdminRequired
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "AdminRequired"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"metrics",
"processInfo"
],
"properties": {
"metrics": {
"type": "array",
"items": {
"ref": "#nodeMetric",
"type": "ref"
},
"description": "Node.js and process metric entries"
},
"processInfo": {
"ref": "#processInfo",
"type": "ref",
"description": "Process runtime information"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {}
},
"description": "Get Node.js runtime metrics and process information"
}