Java Agent v2.2.74
April 29, 2026
-
NewAdded gRPC transaction tracing support.- Confirmed versions: grpc-1.31.1 ~ 1.77.1
# requires restart
weaving=grpc
# master switch (default: true)
trace_grpc_enabled=true -
NewAdded file-based identifier exchange between the infra agent and Java agent.- Requires infra agent 2.9.14 or later.
# master switch (default: true)
infra_meta_enabled=true
# read path — APM reads infra.meta written by infra agent (default: Linux/Windows)
# Linux: /var/run/whatap/agent/infra/
# Windows: C:\ProgramData\WhaTap\Agent\run\infra\
infra_meta_read_dir=/var/run/whatap/agent/infra/
# write path — APM writes <pcode>_<oid>.meta for infra agent to consume (default: Linux/Windows)
# Linux: /var/run/whatap/agent/apm/
# Windows: C:\ProgramData\WhaTap\Agent\run\apm\
infra_meta_write_dir=/var/run/whatap/agent/apm/ -
FeatureAdded the ability to store the original log output when using logback.# requires restart
weaving=logback-1.2.8
# default: true
trace_logback_original_enabled=true -
ChangedAutomatically opensjava.base/java.langmodule on Java 17+.- No need to manually specify
--add-opensin the operator.
- No need to manually specify
-
FixedFixed loss of request-thread transaction data after aresilience4j-circuitbreakercall. -
FixedFixed missing SQL step collection in Oracle JDBC Wrapper layers. -
FixedFixed SQL bind values not displaying for certain types.
Note
Download: Java Agent v2.2.74
To install the Java agent for the first time, install the package first using the following command. For more information about agent installation, see the following.
wget https://api.whatap.io/agent/whatap.agent.java.tar.gz