Felix Barnsteiner
Felix Barnsteiner
Are you sure you have checked the `Enabled` option?
If that's not in the spec yet, could you add it?
I'd also love to have this feature. Is there any ETA?
Alternatively, we could instrument apache-commons-logging to capture error logs as it is used in [`SimpleAsyncUncaughtExceptionHandler`](https://github.com/spring-projects/spring-framework/blob/56fd97184c8ca26c90c6ba1b76565f4e1c49dbc7/spring-aop/src/main/java/org/springframework/aop/interceptor/SimpleAsyncUncaughtExceptionHandler.java#L39).
What if multiple configurations match a given agent? Will the configs be merged or should we ensure only one config with the best match is applied? Follow up questions are:...
We have plans to extend the integration with async-profiler that we currently use for [profiler inferred spans](https://www.elastic.co/guide/en/apm/agent/java/current/method-sampling-based.html). Currently, we use async-profiler to create additional spans for slow methods but we...
Looks interesting! That creates metrics out of the JFR stream instead of ingesting them as single events, though. Once we add support for the OTel metrics API (which is still...
While option 2 is less fragile when done in the agent and not on the server, it's also not perfect. When adding a custom metric `foo` during the startup of...
@axw is that all we need in order to support dots in names? I'm not so sure. In contrast to the examples in https://github.com/elastic/elasticsearch/pull/86166, we don't have a `metrics` object...
Right, I think we'd be fine even with metadata fields, such as `host.name` not being mapped as an object. Being able to set `subobjects: false` at the root level sounds...