28 Mar 2018 07:13 PM - last edited on 19 May 2023 08:09 AM by Michal_Gebacki
I'm attempting to create a custom plugin and when I review the logs I see the following in the stacktrace which I'm assuming to be the issue because of the path being with the slashes incorrect. I've searched around and I can't seem to identify where the path is being set for the agent. Any help would be greatly appreciated.
pgi = self.find_single_process_group(pgi_name(\'runmqlsr\'))\n File "C:/Program Files (x86)/dynatrace/oneagent/agent/plugin/engine\\ruxit\\api\\base_plugin.py"
Solved! Go to Solution.
02 Apr 2018 07:06 PM
Hey Michael,'
From the documentation i see the following info below
See full doc here
Hope This Helps
NJ
03 Apr 2018 08:18 PM
Hi NJ. Thank you for your reply. I did notice that as well but I can't find where in the python code it is generating this path from. I'm assuming it is with the oneagent_build_plugin but I don't know how to change the path.
04 May 2018 07:40 PM
I was able to resolve the issue and I am now collecting MQ channel stats with the custom plugin.
07 May 2018 02:20 PM
Hey Michael,
Can you please share how you were able to resolve the issue in case someone else runs into the same problem?
Thanks
NJ