-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
At the time of writing, this project does not log PSI values to a csv file. This means that while PSI values are calculated on demand using the printScalarCLI.js, there are no exportable scalar metrics for external data visualization tools.
Fixing this would involve adding a cronjob to compare scalar metrics on an interval, or adding a counter of some sort and triggering a scalar comparison every N (10? 100?) new inputs. If the output of this comparison is sent to a log instead of the CLI, it would be consumable by external tools.
Theoretically the data is still accessible in the JSONL files, but there are many of those, and rigging them together to get a complete picture is tedious.
Solution
Write the metrics to a PSI log file.
Additional information
No response
👨👧👦 Contributing
- 🙋♂️ Yes, I'd love to make a PR to implement this feature!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request