Felix Barnsteiner
Felix Barnsteiner
@russcam does the suggestion to chop the path segments after the first segment containing an underscore sound sane to you? Are there some endpoints in ES that don't have underscores?...
Is this still relevant? Adding it to the 7.11 milestone so I can close out 7.5.
Whoops, that was a copy/paste error. I've updated the links.
Unfortunately, we're still kinda blocked as most of the [fields used by ECS loggers](https://github.com/elastic/ecs-logging/blob/main/spec/spec.json), such as `log.level` are not supported yet.
The issue I see with instrumenting `DataSource#getConnection()` is that these will often be served from a connection pool and creating a span for these isn't that interesting. What's more interesting...
This is the `AccessControlException` that gets swallowed by Byte Buddy within `ClassInjector$UsingUnsafe$Dispatcher$CreationAction`: ``` java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.jdk.internal.reflect") at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:485) at java.base/java.security.AccessController.checkPermission(AccessController.java:1068) at java.base/java.lang.SecurityManager.checkPermission(SecurityManager.java:416) at java.base/java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1332) at java.base/java.lang.ClassLoader$1.run(ClassLoader.java:690) at java.base/java.lang.ClassLoader$1.run(ClassLoader.java:688)...
Do you have a suggestion on how the policy can be adapted?
Marking Micrometer support as beta for now: https://github.com/elastic/apm-agent-java/pull/1492
> I was surprised when I saw that micrometer itself did the diff calculations. It only does that if you're configuring Micrometer with `CountingMode.STEP`. When configuring it with `CountingMode.CUMULATIVE`, it...
We're currently planning the implementation for what's been discussed in #286: #600 But I'm not sure that would cover the scenario you're describing. Are you saying that even when sending...