Hi all, As we all know go-zero is the best framework in the golang ecosystem. But I found that go-zero does not provide an integrated monitoring SDK. Our project(https://github.com/alibaba/opentelemetry-go-auto-instrumentation) allows tracing and metrics to be collected and reported on the go-zero app without making changes to user code. I was wondering if it would be possible for me to add an observable subsection to the official documentation for this project that describes best practices for observing the go-zero application. Thanks!
Our project is currently contributing to the OTeI community(https://github.com/open-telemetry/opentelemetry-go-compile-instrumentation).