12 Mar 2018 10:47 PM
I have seen posts for integrating BizTalk and AppMon via Perfmon counters. Does the same concept exist for OneAgent?
Solved! Go to Solution.
28 Mar 2018 10:33 AM
I also have a client looking for Perfmon counters using Oneagent/Dynatrace SaaS.. Is this coming soon?
28 Mar 2018 12:31 PM
You should be able to write your own Oneagent plugin retrieving metrics from Perfmon. You even should not need Python for that. You just need to write a correct plugin.json file describing metrics to be received and charts to be displayed.
I didn't try it, but according the ruxit.perfmon.dotnetV4/plugin.json that is available in the Windows OneAgent (in the agent\plugins directory) this should not be difficult.
The plugin.json reference is here https://dynatrace.github.io/plugin-sdk/api/plugin_json_apidoc.html