Stan Xing
Stan Xing
## Why you need it? Currently, `dragonfly_supernode_pieces_downloaded_size_bytes_total` show the traffic statistics downloaded from supernode. For supernode, is it possible to add a metric to show the traffic statistics download from...
Bug report Influxdb version = 1.3.5 I must set 'query-log-enabled = true' when I want to log slow query. when I configure the influxdb.conf below: influxdb.conf [data] ... query-log-enabled =...
as below, it will drop all tables with _dist suffix and recreate them. Will this permanently delete the existing data in the Clickhouse? ``` command: - /bin/bash - -ec -...
感谢分享,整个项目结构非常清晰。 我自己在测试的时候发现给容器指定的 rootfs 的目录不对,[这里是代码连接](https://github.com/pibigstar/go-docker/blob/master/container/process.go#L54)  这里应该是 `cmd.Dir = common.MntPath + containerName` 因为执行 `mount -t aufs xxx ` 的时候,是挂载到了 `mntPath`下,这个值被设置为 `mntPath := path.Join(common.MntPath, containerName)`, [代码连接](https://github.com/pibigstar/go-docker/blob/master/container/workspace.go#L75)
Config as below: ```json { "plugins": [ { "cniVersion": "0.3.0", "name": "terway", "type": "terway", }, { "cniVersion": "0.3.1", "name": "istio-cni", "type": "istio-cni", "log_level": "debug", "kubernetes": { "kubeconfig": "/etc/cni/net.d/ZZZ-istio-cni-kubeconfig", "cni_bin_dir": "/opt/cni/bin",...
### Terraform Version Terraform v1.1.7 on darwin_arm64 + provider registry.terraform.io/hashicorp/alicloud v1.162.0 ### Affected Resource(s) Please list the resources as a list, for example: - alicloud_security_group_rule ### Terraform Command ```bash terraform...