Can monitor and config protocol iso 8583(Java) on Dynatrace ?
Solved! Go to Solution.
Here is a list of supported technologies and versions:https://www.dynatrace.com/support/help/technology-support/supported-technologies-and-versions/
What kind of support do you need? Tracing through the protocol? Monitoring some counters on the application production or consuming messages? It really varies, but there not any direct support for any protocol within Dynatrace. Dynatrace support is based on particular libraries/frameworks/applications.
Please describe your use case with more details and most likely there is a solution how to solve your issue.
Hi Julius
I want to monitor service connection using protocol iso8583 or TCP Socket on Dynatrace one agent if it's possible.
Well, it all depends on your application/library used.
For monitoring service connections, you can use custom service and request attributes to capture your requests. But this will require knowledge of the library used in your application to known where to put the custom service.
For TCP connections / monitoring ports you can for example check that using a script and send the value as metric to Dynatrace. Or build a oneagent extension. There are several options.