Sxnan opened a new pull request, #445:
URL: https://github.com/apache/flink-agents/pull/445
<!--
* Thank you very much for contributing to Flink Agents.
* Please add the relevant components in the PR title. E.g., [api],
[runtime], [java], [python], [hotfix], etc.
-->
<!-- Please link the PR to the relevant issue(s). Hotfix doesn't need this.
-->
Linked issue: #444
### Purpose of change
- Add a config option to set the event log output path.
- Refine Python event logging format: use JSON eventString from Python,
remove wrapper context/sourceTimestamp in logs, and emit a flattened `{
timestamp, event }` structure.
### Tests
- `org.apache.flink.agents.runtime.eventlog.EventLogRecordJsonSerdeTest`
-
`python/flink_agents/e2e_tests/e2e_tests_integration/python_event_logging_test.py`
### API
- No public API changes. (Event log output format changed.)
### Documentation
- [ ] `doc-needed`
- [ ] `doc-not-needed`
- [x] `doc-included` <!-- config/monitoring docs updated for event log path
-->
--
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]