complone commented on issue #9048: URL: https://github.com/apache/skywalking/issues/9048#issuecomment-1184006926
Hello everyone, by tracking the code of skywalking-banyandb stress test: https://github.com/apache/skywalking-banyandb/blob/main/test/stress/stress_suite_test.go. I tracked that in the KV class, statistics can be passed through dbOpts Some storage metrics of banyandb, code location: https://github.com/apache/skywalking-banyandb/blob/5886070c8406d1fe0df82b7579933f4d9b1435db/banyand/kv/kv.go#L190 At present, I want to add the buried point function of go2sky to the code segment here to obtain the storage information of banyandb. I don't know if my understanding is correct? @hanahmily Can you give me some advice? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
