Uncomment the com.instana.ignore
section and list all process names of processes that should not be monitored.
com.instana.ignore:
processes:
- '*name of the dll(without .dll extension)'
arguments:
- '*name of the dll(with .dll extension)'
example:
com.instana.ignore:
processes:
- 'MongoDbCoreV24Test'
arguments:
- 'MongoDbCoreV24Test.dll'
Comments