You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chronos consists of a [Node](https://nodejs.org/en/) module available through the
25
25
[npm registry](https://www.npmjs.com/) and a lightweight [Electron](https://electronjs.org/) desktop application.
26
26
27
-
To begin, install the [Chronos](https://www.npmjs.com/package/chronos-microservice-debugger3)Node module within each microservice of your application using the
To begin, install the [Chronos](https://www.npmjs.com/package/chronos-microservice-debugger3)node module within each microservice of your application using the
The cmd.microCom handler function logs communication and health data to a user-provided database. This is to ensure that your private data stays private. We currently support MongoDB and SQL/PostgreSQL databases.
46
46
47
-
cmd.microCom has four parameters and an optional fifth parameter. You can enter the arguments as individual strings or as an array.
47
+
cmd.microCom takes four parameters and an optional fifth parameter. You can enter the arguments as individual strings or as an array.
48
48
49
49
The parameters are:
50
50
1. microserviceName: To identify the microservice (i.e. "payments")
0 commit comments