Adam Warski

Results 99 issues of Adam Warski

Which instead, should be `catch NonFatal(e)`. This would definitely need an opt-out mechanism (an annotation?)

Instead: * rethrow the exceptions verbatim? * use an unchecked wrapper exception * consider tunneling See the [reddit thread](https://www.reddit.com/r/java/comments/1e9hl90/comment/lgnpgv7/)

Related to https://github.com/softwaremill/tapir/issues/3959

I'd like to propose adding a set of rules for reporting basic JVM metrics (GC, memory, classloaders). I've seen some of these mentioned in the [README](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/0c22a8e0c64cddbcb404a6159ee397b765481654/instrumentation/jmx-metrics/javaagent/README.md), though there's no built-in...

### Is your feature request related to a problem? Please describe. I'd like to use the Otel JMX integration as a library, without the need to install a Java Agent,...

enhancement
needs triage