File tree Expand file tree Collapse file tree 3 files changed +176
-124
lines changed Expand file tree Collapse file tree 3 files changed +176
-124
lines changed Original file line number Diff line number Diff line change @@ -149,11 +149,7 @@ class Chronos {
149
149
150
150
ServerWrapper ( server , proto , methods ) {
151
151
/**
152
- * Wraps the gRPC server object to automatically write logs to user configed DB
153
- *
154
- * If the provided database is MongoDB, connection will be made to the Mongodb Atlas
155
- *
156
- * If the provided database is PostgreSQL, connection will be made to PostgreSQL client
152
+ * Wraps the gRPC server object to automatically write logs to provided DB
157
153
* @param {* } server
158
154
* @param {* } proto
159
155
* @param {* } methods
@@ -171,11 +167,7 @@ class Chronos {
171
167
172
168
ClientWrapper ( client , service ) {
173
169
/**
174
- * Wraps the gRPC client to automatically write logs to user configed DB
175
- *
176
- * If the provided database is MongoDB, connection will be made to the Mongodb Atlas
177
- *
178
- * If the provided database is PostgreSQL, connection will be made to PostgreSQL client
170
+ * Wraps the gRPC client to automatically write logs to provided DB
179
171
*
180
172
* @param {* } client
181
173
* @param {* } service
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ healthHelpers.collectHealthData = () => {
107
107
/** obtains CPU temperature metrics and creates and pushes object with
108
108
* metric name and value to the healthDataCollection array
109
109
*/
110
+
110
111
si . cpuTemperature ( )
111
112
. then ( data => {
112
113
const siMethodName = 'cpuTemperature' ;
You can’t perform that action at this time.
0 commit comments