CarlosJuncher03 commented on issue #3003: URL: https://github.com/apache/hop/issues/3003#issuecomment-4416739293
I agree that Pipeline Logging is the most suitable generic solution, and we already use Pipeline Logging along with Pipeline Probe for monitoring and controlling the data path. The use case I see here is different: small projects or restricted environments where the standard pipeline log is the only practical place to expose metrics. For example, a simple pipeline running on third-party infrastructure, with limited server access, where configuring a full logging pipeline or centralized monitoring is impractical. In this situation, having a lightweight way to write selected metrics from the steps directly to the standard log would be useful. The goal wouldn't be to replace Pipeline Logging, but to make simple cases easier and more visible. Perhaps this could be implemented as an improvement to Write to Log, or as a simplified way to record selected metrics without creating a separate logging pipeline. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
