Skip to content

Commit 057607c

Browse files
authored
Merge pull request #861 from CA-Application-Performance-Management/master
Updated Introscope Agent to use neo mode by default.
2 parents 43de808 + a537a8a commit 057607c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/java_buildpack/framework/introscope_agent.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def release
4343
.add_system_property('introscope.agent.hostName', agent_host_name)
4444
.add_system_property('com.wily.introscope.agent.agentName', agent_name(credentials))
4545
.add_system_property('introscope.agent.defaultProcessName', default_process_name(credentials))
46+
.add_system_property('com.wily.introscope.agent.startup.mode', 'neo')
4647

4748
export_all_properties(credentials, java_opts)
4849
end

0 commit comments

Comments
 (0)