29 Jun 2021 09:43 AM - last edited on 15 Jun 2023 12:48 PM by Karolina_Linda
Can monitor and config protocol iso 8583 (Java) on Dynatrace?
Solved! Go to Solution.
29 Jun 2021 04:47 PM
Here is a list of supported technologies and versions:https://www.dynatrace.com/support/help/technology-support/supported-technologies-and-versions/
29 Jun 2021 05:10 PM
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.
21 Jul 2021 05:53 AM
Hi Julius
I want to monitor service connection using protocol iso8583 or TCP Socket on Dynatrace one agent if it's possible.
21 Jul 2021 08:21 AM
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.
16 Feb 2024 10:44 AM
Hi Julius,
Can you please explain how the oneagent extension can send traces (span) to Dynatrace based on values in the ISO 8583 message? Is that possible?