-
the crash log as following:
```
Stack: [0x00007f2b301ab000,0x00007f2b302ac000], sp=0x00007f2b302a6f50, free space=1007k
Native frames: (J=compiled Java code, A=aot compiled Java code, j=inter…
-
### Describe the bug
Not all traces have been logged in LoggingSpanExporter and not all traces have been forwarded to otel-collector.
### Steps to reproduce
1. Use spring-cloud-gateway in version 4…
-
There's scenarios where you may not want to/cannot use the java agent for autoinstrumentation, but _do_ want to get library instrumentation. This should be documented with code samples, similar to the…
-
**Describe the bug**
In k8s environment: currentSpan in `@Scheduled` is null, possibly due to missing instrumentation on scheduler.
Locally on windows environment same java version no NPE.
Issue co…
-
### Describe the bug
I have the following setup
- manual instrumentation with `opentelemetry-logback-appender-1.0`
- logback appender is initialized statically before `SpringApplication.run` is c…
-
# User Description
_User did not enter any detailed information._
# Stack Trace
```
java.lang.Throwable: psiElement is not instance of requiredClass.
psiElement=RECEIVER, psiElement.class=class…
-
### Describe the bug
When using Java Agent 1.25 or above it does not generate an extra span for methods annotated with WithSpan
We have added the following wrapper to `ElementMatcher.Junction cl…
-
Hi,
First of all, I'm not sure if this is right place to ask this.
We're using the OpenTelemetry stack (java agent and collector) to collect metrics and traces from our application and sending …
-
### What happened?
I want to export the traces and logs to elastic apm cloud
### OpenTelemetry Setup Code
```JavaScript
// Require dependencies
import * as opentelemetry from '@opentelemetry/sdk-n…
-
# Profiling events
There is a shifting concept that performance monitoring and application monitoring (the idea of tracking the time spent in functions and or methods, vs how long it takes to serve…