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
When we want to get data for KPI, we provide .csv file to write that data. But it is also demanding to provide .log file along with .csv file. Internal jtimon is expecting only .csv or .log file and not both at same time. When we write log in .log file there will be back pressure that will impact KPI that we want to avoid, so please provide that option to define only .csv file with out .log file if needed
"eos": true,
"internal-jtimon" : {
"data-log-file": "/home/regress/CCL/OCST/JTIMON/NGPR/Exec_Log/CC_TelemetrySensorData.log", <--- actual log
"csv-log-file": "/home/regress/CCL/OCST/JTIMON/NGPR/Exec_Log/CC_TelemetrySensorData.csv" <--- data for KPI
},
The text was updated successfully, but these errors were encountered:
When we want to get data for KPI, we provide .csv file to write that data. But it is also demanding to provide .log file along with .csv file. Internal jtimon is expecting only .csv or .log file and not both at same time. When we write log in .log file there will be back pressure that will impact KPI that we want to avoid, so please provide that option to define only .csv file with out .log file if needed
The text was updated successfully, but these errors were encountered: