Welcome to your Moleculer microservices project!
Check out the Moleculer documentation to learn how to customize this project.
Check out the Moleculer documentation to learn how to customize this project.
Node ID | Type | Version | IP | Hostname | Status | CPU |
---|---|---|---|---|---|---|
{{ node.id }} | {{ node.client.type }} | {{ node.client.version }} | {{ node.ipList[0] }} | {{ node.hostname }} |
{{ node.available ? "Online": "Offline"
}}
|
{{ node.cpu != null ? Number(node.cpu).toFixed(0) + '%' : '-' }} |
Service/Action name | REST | Parameters | Instances | Status |
---|---|---|---|---|
{{ svc.name }}
{{ svc.version }}
|
{{ svc.settings.rest ? svc.settings.rest : svc.fullName }} |
{{ nodeID }}
|
Online
Offline
|
|
{{ action.name }}
cached
|
{{ getActionParams(action, 40) }} |
Online
Offline
|