Tobias Stadler
Tobias Stadler
@marchof How should we proceed?
@jackshirazi Wagt do you think about #2471
Any opinions?
Any news?
@AlexanderWert Thank you for the info!
My intention is not to replace the async-profiler (which is a great tool), but to use JFR for stuff aync-profiler can't do (as far as I know). E.g. I would...
https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/jfr-streaming is roughly was I was thinking of.
Mapping the events to metrics is a good start in my opinion. But I don‘t think every event can be mapped to a metric (e.g. thread creation). Also the integration...
Having something like https://github.com/flight-recorder/health-report in Kibana would be nice
I am fine with that. That spec says "To still retain some information about dropped spans (for example due to [transaction_max_spans](https://github.com/elastic/apm/blob/main/specs/agents/handling-huge-traces/tracing-spans-limit.md) or [exit_span_min_duration](https://github.com/elastic/apm/blob/main/specs/agents/handling-huge-traces/tracing-spans-drop-fast-exit.md)), agents SHOULD collect statistics on the corresponding...