This is an automated email from the ASF dual-hosted git repository.
xtsong pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git
from 55199471 [runtime] Report token usage metric out of compaction for
long-term memory.
new 117bc8f0 [log] Add config to set the event log path
new 893e5232 [log] Improve the event log content for PythonEvent
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/content/docs/operations/configuration.md | 1 +
docs/content/docs/operations/monitoring.md | 2 +-
.../python_event_logging_test.py | 63 +++++++----
.../flink_agents/runtime/flink_runner_context.py | 5 +-
.../runtime/java/java_resource_wrapper.py | 2 +-
python/flink_agents/runtime/python_java_utils.py | 20 +++-
.../eventlog/EventLogRecordJsonDeserializer.java | 37 +++++--
.../eventlog/EventLogRecordJsonSerializer.java | 116 ++++++++++++++++++---
.../runtime/operator/ActionExecutionOperator.java | 13 ++-
.../python/context/PythonRunnerContextImpl.java | 4 +-
.../agents/runtime/python/event/PythonEvent.java | 26 ++---
.../runtime/python/utils/PythonActionExecutor.java | 4 +-
.../eventlog/EventLogRecordJsonSerdeTest.java | 16 ++-
.../runtime/eventlog/FileEventLoggerTest.java | 2 +-
.../operator/ActionExecutionOperatorTest.java | 47 ++++++++-
.../runtime/python/event/PythonEventTest.java | 34 +++---
16 files changed, 291 insertions(+), 101 deletions(-)