Lauri Tulmin

Results 218 comments of Lauri Tulmin

Try using `opentelemetry-instrumentation-bom-alpha` `2.6.0-alpha`. The issue is that opentelemetry spring boot starter `2.5.0` is compatible with opentelemetry sdk `1.39.0` but here `1.40.0` is used. It is `io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.5.0-alpha` that sets `opentelemetry-api-incubator`...

@jkwatson @jack-berg since `opentelemetry-api-incubator` is a required dependency of stable sdk components wdyt of also setting its version in `opentelemetry-bom`?

@srigollamudi create a new issue, include stack trace. A minimal application that reproduces the issue would be nice.

I think this got resolved with a documentation change.

Is this weblogic or some other server? Can you observe these headers being set when you call `HttpServletResponse.getHeaderNames()` or `HttpServletResponse.getHeaders()`?

Agent uses shaded opentelemetry api to not conflict when the application also included opentelemetry api. If application provides opentelemetry api agent will instrument the api in the application and bride...

> With manual instrumentation as I described in https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/13274#issuecomment-2653097251 I can do this: ... This doesn't bridge with the agent. If it works with the library instrumentation then it is...

I'm not sure what the ask is here. `code.namespace` is used for class name.

Usually we add the code attributes for the spans that are created in user code. In my opinion when the span is crated inside the framework or server code then...

This isn't a built in metric of otel agent. How do you get it? Is it so that dubbo reports it with micrometer, you have enabled otel micrometer instrumentation, you...