Juniper / jtimon

Junos Telemetry Interface (JTI) client
Apache License 2.0
31 stars 10 forks source link

Please make KPI log independent of actual log file definition in json #51

Open chagantvj opened 4 weeks ago

chagantvj commented 4 weeks ago

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
},