additions in readme
This commit is contained in:
parent
d133ff7d60
commit
824e9ac712
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
Experiment with java22 and Rust to monitor exceptions in a JVM
|
Experiment with java22 and Rust to monitor exceptions in a JVM
|
||||||
|
|
||||||
It's a mini APM that leverages the java22 ClassFile API and java22 Foreign Function Interface
|
* It's a mini APM that leverages the java22 ClassFile API and java22 Foreign Function Interface.
|
||||||
It's a java agent that instruments all `throw` opcodes in your bytecode with a call to a logger written in Rust.
|
* It's a java agent that instruments all `throw` opcodes in your bytecode with a call to a logger written in Rust.
|
||||||
|
|
||||||
Work in Progress. Proof of concept works, but needs optimization. Try this at home, not at work :)
|
Work in Progress. Proof of concept works, but needs optimization. Try this at home, not at work :)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue