Lauri Tulmin

Results 22 issues of Lauri Tulmin

Resolves https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/12128 Adds bridging for `isEnabled` in tracer, logger and meter implementations and for `ExtendedSpanBuilder`.

Some users wish to add extra attributes or update the name of http client spans. This can be troublesome because there isn't an obvious place where you could stick `Span.current()`...

Most of the metric descriptions already end with `.`

Hopefully resolves https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/13455 Keep async request handling state in context instead of using request attributes to avoid user application getting confused by these attributes.

Hopefully resolves https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/13180 Since we keep the statement as key in the sanitization cache large statements can cause the cache to grow to several hundred mb in size. This PR...

Bring over some of the changes made during the upstreaming attempt. cc @johnbley

Classify metrics as either bundled or custom.

Using armeria 1.32.5 when unsafe is disabled (netty 4.1.121.Final disables unsafe usage by default on jdk24). The following ```java import com.linecorp.armeria.testing.junit5.server.mock.MockWebServerExtension; public class Main { public static void main(String... args)...