-
### Problem Statement
As a fan of OpenZipkin, I am also a Sentry fanboy. Wondering when the Profiling feature will hit Spring Boot. According to your docs, it's currently only available for Android […
-
### Is your feature request related to a problem? Please describe.
We need to perform aggregate analysis on a large number of spans, such as counting the number of traces and the average time taken b…
-
使用5.3.3版本,不开启缓存,注入opentelemetry java agent 1.24.0,执行以下代码
```
String expression = "a-(b-c)>100";
Instant start = Instant.now();
Expression compileExp = AviatorEvaluator.compile(expression);
Instan…
-
It looks like it has never passed: https://github.com/open-telemetry/opentelemetry-operator/actions/workflows/auto-update-java-agent.yaml
Example: https://github.com/open-telemetry/opentelemetry-op…
-
**Is your feature request related to a problem? Please describe.**
I added the `opentelemetry-spring-starter` and `opentelemetry-exporter-jaeger` to 2 Spring Boot applications. The OpenTelemetry inst…
-
# User Description
_User did not enter any detailed information._
# Stack Trace
```
java.lang.Throwable: psiElement is not instance of requiredClass.
psiElement=FIELD_DEFINITION, psiElement.cla…
-
### What happened?
The issue happens when I trying to use Selenium in a JavaFX project
EdgeOptions options = initOptionsWithProxy(credential);
EdgeDriver driver = new EdgeDriver(o…
-
### What happened?
After Selenium upgrade from 3.13.0, GeckoDriver stopped finding Firefox. It expects it to be installed as snap, but I just have one from yum repository. Uncommenting the commented …
-
@wangzl is looking at memory usage of the Java agent. One interesting thing we found is that enabling the agent for a toy main function causes process memory to go up by 100MB, while heap size doesn't…
-
### Is your feature request related to a problem? Please describe.
When there are calls between different applications, we find that there is an error in the start time of the upstream application sp…