Integrating Runscope With CA APM [Video]

ICYDK: CA APM is an Application Performance Management solution that can help teams gain performance insights and diagnose issues across the full software lifecycle. It includes transaction tracing that supports modern APIs and apps, and it can help teams get to the root cause of bugs in APIs, transactions, code, and database calls.

By connecting CA APM with Runscope API monitoring, you can get a complete picture of your application and find the root cause of why an API is slow or failing. If you’re interested in testing out this new integration, please reach out to our support team so we can enable it for your team. https://goo.gl/YEcCf4 #DataIntegration #ML

Multiple Processors Inside Message Enricher Component

In this article, we will see how to use more than one component inside Message Enricher and change the message format. Message Enricher helps us to load a value into a variable without affecting the current payload. But if you want to use more than one component for any other purpose or consider a scenario where we need to change the format of the variable before assigning it, we need to use a processor chain component.

Consider a scenario where we need to read a JSON error file from an object store and assign it to a variable so that we can use the same file later. For that, the JSON file object should be assigned as JSON.  https://goo.gl/3Hc3Kh #DataIntegration #ML