xiangtianyu

Results 16 issues of xiangtianyu

**Description:** names is changed to "calls_total" in codes https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/a5e4c554f00cf608aa9ac53723c4bef4c68a9ef4/processor/spanmetricsprocessor/processor.go#L316 While docs is still named "calls" https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/a5e4c554f00cf608aa9ac53723c4bef4c68a9ef4/processor/spanmetricsprocessor/README.md?plain=1#L17 **Link to tracking Issue:** **Testing:** no tests add **Documentation:** modify spanmetricsprocessor docs

When i clone the project and run gradle build in my idea intellij, i met the following problem. And the same as gradle check. ``` > Task :exporters:otlp:common:generateMainProtos FAILED Execution...

Bug

### Issue description When i run make e2e-test-local, there are such errors output ``` > ``` ### Environment - your apisix-ingress-controller version (output of apisix-ingress-controller version --long): - your Kubernetes...

question

I read the doc about performance from [this link](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/performance.md), and i tried to reproduce the result. So i start a collector in k8s with 1c 2gi, and start the load...

Stale

### Issue description if we apply yaml quickly just after the ingress restarted, it will cause some unexpected appearance It occurs when i apply new yaml just after ingress restart,...

bug
area/controller
triage/accepted

### Issue description I update our ingress controller to 1.5.0-rc1 right now, and met a strange error `{"level":"error","time":"2022-08-31T18:58:37.882741632+08:00","caller":"ingress/status.go:280","message":"failed to get APISIX gateway external IPs","error":"resource name may not be empty"}` I...

question

## Issue Description Type: *bug report* When i running my app in prd for period time, it will cause oom. The dump file: ### Describe what happened OOM ### Describe...

I wrote a demo for java agent ```java public class AgentStarter { public static void agentmain(String agentArgs, Instrumentation inst) { System.out.println("agent main"); } public static void premain(String agentArgs, Instrumentation inst)...

question

In golang sdk the flow rule id is changed from uint64 to string, but the java sdk is still "Long". So when i tried to use nacos store the rule...

related to #9340 Add file descriptor metrics to agent (support openj9)