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
Copy file name to clipboardExpand all lines: README.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,15 +45,12 @@ Chronos is a comprehensive developer tool that monitors the health and web traff
45
45
## <imgsrc ="./app/assets/fire.png"height=22 > New Features <imgsrc ="./app/assets/fire.png"height=24>
46
46
47
47
- New UI Features
48
-
- Dark and Light mode options now available across user sessions.
49
-
- Updated charts to now also support gRPC calls
50
-
- Integrated log to provide users with relational data on request & response cycle
48
+
- Developed search bar functionality to filter displayed microservices
49
+
- Login system for user authentication
50
+
- Any errored connections will now show on the bell icon
51
+
- Notification bell will update in real time
51
52
- Bug Fixes
52
-
- Fixed bug where users could only connect to one MongoDB database and would see its microservices listed even when users clicked on applications using other MongoDB databases
53
-
- Chronos now support monitoring for gRPC!
54
-
- Distributed tracing across network request
55
-
- Currently chronos gRPC tracing for MongoDB and PostgresQL
56
-
53
+
- Fixed database icons to show the correct icon
57
54
## Features
58
55
59
56
- Distributed tracing enabled across microservices applications
@@ -80,15 +77,15 @@ This is for the latest Chronos version **5.1 release and later**.
80
77
- LTS release: 6.1.0
81
78
82
79
### Pre-Installation
83
-
Make sure you're running version 12.18.3 of <ahref="#"><imgsrc="./app/assets/node-logo-color.png"alt="Node"title="Node"align="center"height="20" /></a></a>, which is the most recent LTS (long-term support) version.
80
+
Make sure you're running version 14.16.1 of <ahref="#"><imgsrc="./app/assets/node-logo-color.png"alt="Node"title="Node"align="center"height="20" /></a></a>, which is the most recent LTS (long-term support) version.
84
81
85
-
If you need to roll back from <ahref="#"><imgsrc="./app/assets/node-logo-color.png"alt="Node"title="Node"align="center"height="20" /></a> 14.9.0, make sure to run
82
+
If you need to roll back from <ahref="#"><imgsrc="./app/assets/node-logo-color.png"alt="Node"title="Node"align="center"height="20" /></a> 15.8.0, make sure to run
86
83
```npm rebuild```
87
84
in the root directory.
88
85
89
86
If you're installing Chronos into a microservices application, and you have different folders for each microservice, make sure you also run
90
87
```npm rebuild```
91
-
in each microservices folder **after you roll back to version 12.18.3.**
88
+
in each microservices folder **after you roll back to version 14.16.1.**
0 commit comments