Skip to content

Commit ddf29d1

Browse files
authored
Update README.md
Modified Markup Format
1 parent 07468bd commit ddf29d1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
##Chronos Microservice Debugger
22
Chronos Microservice Debugger consists of an npm package with an optional Electron front end to visualize and monitor your microservices.
33

4-
##Install
4+
## Install
55
```javascript
66
npm install chronos-microservice-debugger
77
```
88

9-
##Usage
9+
## Usage
1010
There are two main aspects to Chronos-Microservice-Debugger
1111
*Communication Monitor: Listens in on all microservice-microservice and microservice-client communication and monitors the response statuses and messages to ensure communications are making it to the correct destination successfully.
1212
*Health Monitor: The health monitor checks the status of your microservice every second and sends this health information to an optional electron frontend where it is visualized for easier use.
@@ -18,17 +18,17 @@ chronos-microservice-debugger.microHealth('microserviceName', databaseType, data
1818
```
1919
Chronos uses a user-owned and provided database to ensure that your private data stays private. We currently support MongoDB and SQL/PostgresQL databases.
2020

21-
##Things in the Works
21+
## Things in the Works
2222
*gRPC support
2323
*Ability to determine how often your microservice health is monitored (currently every second)
2424
*'Time Travel' to see how your microservices have changed over time
2525
*Docker health information for containerized microservices
2626
*Implement additional unit testing
2727

28-
##Links
28+
## Links
2929
*Chronos Website: http://chronos.ninja
3030
*Gitub Page: http://https://github.com/oslabs-beta/Chronos
3131

32-
##Contact Us
32+
## Contact Us
3333
For questions, requests, or more information, please contact us at teammicronos@gmail.com
3434

0 commit comments

Comments
 (0)