Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chagantvj opened this issue Oct 15, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request fix-submitted fix-submitted and pull request is ready

Comments

@chagantvj
Copy link

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
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fix-submitted fix-submitted and pull request is ready
Projects
None yet
Development

No branches or pull requests

2 participants