elastic / apm

Elastic Application Performance Monitoring - resources and general issue tracking for Elastic APM.
https://www.elastic.co/apm
Apache License 2.0
384 stars 114 forks source link

Profiling integration: define required library name #854

Closed athre0z closed 7 months ago

athre0z commented 8 months ago

We use name matching on the profiling correlation library as a cheap way to avoid the need to check every single executable for the APM correlation ELF exports. The profiling agent already implements this, and the correlation library shipping with the Elastic Java OTel instrumentation distribution is already conforming. This PR only serves to include this detail in the specification.