curl --location --request GET 'https://api.stg.bidancer.com/wallet-service/v1/stats' \
--header 'Authorization: Bearer <token>'{
"status": "UP",
"timestamp": "string",
"system": {
"cpu": {
"model": "string",
"cores": 0,
"percentage": 0
},
"memory": {
"total": 0,
"free": 0,
"used": 0,
"memoryUsagePercentage": 0
},
"uptime": 0
},
"process": {
"uptime": 0,
"memoryUsage": {
"rss": 0,
"heapTotal": 0,
"heapUsed": 0,
"external": 0,
"memoryUsagePercentage": 0
}
},
"dependencies": {
"db": {
"globalLabels": {
"service": "string",
"version": "string",
"environment": "string"
},
"counters": [
{
"key": "string",
"value": 0,
"description": "string",
"labels": {}
}
],
"gauges": [
{
"key": "string",
"value": 0,
"description": "string",
"labels": {}
}
],
"histograms": [
{
"key": "string",
"value": {
"buckets": [
[
0
]
],
"count": 0,
"sum": 0
},
"description": "string",
"labels": {}
}
]
}
}
}