Has anyone out there ever working on sending MarkLogic metrics via REST or machine agent to AppDynamics? I'm currently investigating this and looking for ways to monitor our ML systems. From what I've seen, AppD doesn't have plans currently to build an agent for ML. Anyone out there done this?
Thanks
Hi,
We apologize for delay in response, we do not see any customers have tried this noSQL MarkLogic to monitor using AD , However we could confirm you can monitor MarkLogic by defining Custom exit point rules on API such as :
<custom-call name="MarkLogic.InsertContent">
<match-class type="implements-interface" name="com.marklogic.xcc.Session"/>
<method-name>insertContent</method-name>
</custom-call>
If you are looking for metrics specific to the MarkLogic NoSQL DB sush as extension integrated with machine agent which reports db metrics to controller which later can be retrieved using rest api, we request you to feel free to raise a request at: http://docs.appdynamics.com/display/DASH/Request+an+AppDynamics+Extension , so that internal concerned team shall prioritize the request further. Hope that information helps.
Regards,
Arun
<custom-call name="MarkLogic.InsertContent"> <match-class type="implements-interface" name="com.marklogic.xcc.Session"/> <method-name>insertContent</method-name> </custom-call>