ansiz

Results 10 issues of ansiz

## Issue Description Type: *bug report* When the system clock is maliciously modified, the sliding window data reading will cause errors ### Describe what happened print a lot of logs...

kind/bug
kind/enhancement
good first issue

## Issue Description Type: *feature request* ### Describe what feature you want 目前metric log aggregator的ticker是在InitTask时初始化的,在运行过程中无法动态的降级日志,希望能够在运行时支持aggregator的降级 ### Additional context Add any other context or screenshots about the feature request here.

kind/enhancement
area/logging

## Issue Description Type: *feature request* 希望能够将inboundNode更细粒度的拆分 ### Describe what feature you want 目前sentinel中所有的流量类型的数据都会计入inboundNode中,但实际上业务上可能需要更为详细的区分,以Concurrency为例,rpc、消息、网关api和http请求混合在一起时,该指标失去了原本的意义。如果能够拆分成totalRPCInbound、totalHTTPInbound、totalMQInbound,业务才能根据更加具体的统计信息决策后续的限流逻辑

kind/enhancement

Program hangs when I try to execute Expect with unexpected string ``` child, err := gexpect.Spawn("passwd test") if err != nil { log.Fatal(err) } err = child.Expect("YOU WILL NEVER FIND...

### Describe what this PR does / why we need it As we need to pass data through context.Context in the Slot extension we have made internally in Sentinel, we...

kind/enhancement

该项目未设置license,是否可以授权转载?已发送邮件到您的gmail邮箱,盼回复。

It seems there is no need to encode arguments in python 3.x, it reports errors on Windows while I set "browser_command": ["C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe","{url}"],: ``` OmniMarkupPreviewer: [ERROR] Error while launching...

When I run: ``` docker run --privileged -tid --rm --network net2 --name k530-net2 harbor.hpc.com/images/busybox ``` docker reported a problem: ``` 15ba23b49172c9dc4f0643f3f11984ce02c878a60bafccb268becec600330a8f docker: Error response from daemon: OCI runtime create failed:...

kind/support

It is not safe to run the container with root user privileges without any restrictions. You mounted the host directory into container, and common user run as root in container,...