Welcome to your Moleculer microservices project!
338 |Check out the Moleculer documentation to learn how to customize this project.
339 | 340 | 341 |Configuration
342 |Broker options
385 |{{ broker }}
386 |
387 | Check out the Moleculer documentation to learn how to customize this project.
339 | 340 | 341 |{{ broker }}
386 |
387 | Node ID | 428 |Type | 429 |Version | 430 |IP | 431 |Hostname | 432 |Status | 433 |CPU | 434 | 435 | 436 |
---|---|---|---|---|---|---|
{{ node.id }} | 438 |{{ node.client.type }} | 439 |{{ node.client.version }} | 440 |{{ node.ipList[0] }} | 441 |{{ node.hostname }} | 442 | 443 |{{ node.available ? "Online": "Offline" }} |
444 | 445 | 446 | {{ node.cpu != null ? Number(node.cpu).toFixed(0) + '%' : '-' }} 447 | | 448 |
Service/Action name | 456 |REST | 457 |Parameters | 458 |Instances | 459 |Status | 460 | 461 | 462 | 463 |
---|---|---|---|---|
465 | {{ svc.name }}
466 | {{ svc.version }}
467 | |
468 | {{ svc.settings.rest ? svc.settings.rest : svc.fullName }} | 469 |470 | |
471 |
472 | {{ nodeID }}
473 |
474 | |
475 |
476 | Online
477 | Offline
478 | |
479 |
482 | {{ action.name }}
483 | cached
484 | |
485 | 486 | | 487 | {{ getActionParams(action, 40) }} 488 | | 489 |490 | |
491 | Online
492 | Offline
493 | |
494 |