Skip to content

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

@chagantvj

Description

@chagantvj

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestfix-submittedfix-submitted and pull request is ready

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions