qwtsc

Results 8 comments of qwtsc

These images listed above cannot be pulled due to authentication error, any way to access these images? ``` manifest unknown: manifest unknown, try "docker login" if you are using a...

And metric name is also invalid. There are not allowed to have / or $, so this snippet of code should change to the following. ```java public static String replaceDotDashInKey(String...

@SunnyBoy-WYH the request path is just /metrics. check the following prometheus service monitor. ```yaml apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: name: prometheus-hugegraph # Change this to the namespace the Prometheus instance...

And it would be great if we could have both HA and non-HA version of helm chart or example yaml files.

By the way, @imbajin can u introduce the dev roadmap and release cycle of huge graph in next months, thanks!

rustup 2020-05-24 nightly 编译不了asm! 替换成llvm_asm!才能给过(包括修改feature)

> @gongbo2018 > > @qwtsc > > rustup 2020-05-24 nightly 编译不了asm! 替换成llvm_asm!才能给过(包括修改feature) > > 同学可以把命令写的更详细一点吗, 我改成了这样也还是一样不行。 > > ➜ os git:(ch2-pa5) ✗ rustc -v -V > rustc 1.45.0-nightly (46e85b432 2020-05-24)...

文档中riscv依赖也还是没有支持rustc1.45.0 nightly,fork修改了一下由于是rustc版本问题就不pr了,将git依赖替换成如下https://github.com/qwtsc/riscv 即可,Rust丢弃asm宏相关的[PR](https://github.com/rust-lang/rfcs/pull/2843)