windWheel

Results 52 comments of windWheel

I'd like to know where I need to bury the dots and what configuration format I need to render in yaml in order to keep track of the relevant details

@lujiajing1126 I will first track the relevant process of BanYanDB. Be familiar with the general process. In order to collect information such as memory, file system and the internal state...

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)...

In addition, I think the indicators should be aggregated here. It is only necessary to report the indicators to the OAP backend of skywalking based on go2sky. See [code location](https://github.com/apache/skywalking-banyandb/blob/5886070c8406d1fe0df82b7579933f4d9b1435db/banyand/kv/badger.go)

> I don't think go2sky has meter APIs for now. Besides all instrument works, you should begin to discuss those APIs at the go2sky repo with project leader @arugal and...

> @complone您好,由于go2sky Meter api是学生通过OSPP承担的,请先尝试与导师沟通,以免发生碰撞。 ok thanks for letting me know

@steverao Hi everyone, I'm interested in this Can you assign this task to me?

@steverao Hello everyone, I used testcontainers in the project I participated in the flink-hackthon before, this is the relevant code: [flink-hackthon-test](https://github.com/complone/flink/commit/4f9e974eefca22a8c404b0da9c8f00c0605ca581) Background of the project: [lightweight-operator](https://github.com/flink-china/flink-forward-asia-hackathon-2021/issues/6) I think we can...

> This branch cannot be rebased due to conflicts. solved

如果有任何建议或者希望社区实现的自动化测试方案可以在这里讨论