Trask Stalnaker

Results 339 comments of Trask Stalnaker

hi @morngaraf, so sorry for the late reply. In your example above, do you want the 100% sampling rate to apply to the request that the log is emitted inside...

hi @Sachin1O1, it depends a lot on the application and the compute resources. there's also additional overhead on Java 8 because the agent jar is signed, and the Java JIT...

@heyams I've seen that NPE before, we need to add a null check, e.g. https://github.com/glowroot/glowroot/blob/c7f1c9cb993e796a55fef0ef54839dead8a78dcf/agent/core/src/main/java/org/glowroot/agent/live/ThreadDumpService.java#L63-L65

it's worth trying to zip and attach (or email), it will likely compress really well due to lots of duplicate stack traces

hey @Sachin1O1, we reviewed the stack traces and didn't find anything that we can address for your case in the short-term. there was one startup improvement we made in 3.2.7...

> @trask do we have any info on the minimum resource requirement for the java agent? do you mean expected startup impact? that can vary really widely from application to...

> Same here - not very familiar with the required test structure. Do we need a way to handle the exception here? What is the proper way for the test...

closing, we are going to align with OpenTelemetry custom JMX metrics configuration options once that is implemented

> Hi Jean, thanks for the reviewing. This PR is only for a code record. The snapshot is a new local version open telemetry which have the snippet injection enabled....