We have disabled Smart Instrumentation
introscope.agent.deep.instrumentation.enabled=false
introscope.agent.deep.trace.enabled=false
and also explicitly disabled Automatic Entry Point Detection
introscope.agent.deep.entrypoint.enabled=false
But I am still seeing Entry Points produced in the investigator
APM 10.x
If Automatic Entry Point detection has been enabled for an agent and has detected entry points in the past the it will have created an autopersist.pbd file in the hotdeploy folder contain tracer directives to report metrics for these previously discovered entry points. This pbd if present will be loaded and used even if the properties described above have been set to disable that feature.
When disabling Automatic Entry Point Detection as well as ensuring introscope.agent.deep.entrypoint.enabled=false also delete any autopersist.pbd file from the hotdeploy folder before restarting the application