Hi gVisor developers.
For one of the projects I recently worked on, we used gVisor together with its runtime monitoring features. The main code was however in Kotlin, so we had to spend quite a bit of time developing a Kotlin-based runtime monitor.
gVisor has examples of runtime monitoring in Go and C++
https://github.com/google/gvisor/tree/master/pkg/sentry/seccheck/sinks/remote. Would you be interested now that I have figured out how to get the runtime monitor to work on Kotlin (which is non-trivial as sequenced sockets are not natively supported in the JVM) to contribute this as an example for future users? Or would you say this is not worth the effort to refactor into a usable example?