Introduction
As enterprises increasingly adopt hybrid integration platforms, observability becomes a cornerstone for ensuring reliability, performance, and rapid troubleshooting. IBM webMethods Hybrid iPaaS (IWHI) bridges cloud and on-premises applications, and with the release of ACE v13.0.3, we’ve taken a significant leap forward in simplifying End-to-End Monitoring (E2EM) for hosted runtimes. This blog outlines the enhancements introduced in this release, the automation of E2EM configuration, and the validation strategy used to ensure a seamless experience.
What’s New in ACE v13.0.3
- Introduction of ibmvault for Secure Credential Management.
To streamline E2EM enablement, ACE now introduces a dedicated vault named ibmvault, designed to store credentials and configurations required for monitoring.
-
Enhanced Observability with “More Info” UI Integration.
A new “More Info” link has been added to the E2EM dashboard UI. Initially, this redirects users to the ACE /log page with pre-applied filters, enabling:
-
- Quick access to runtime logs.
- Easier debugging of integration flows.
- Foundation for future enhancements like granular metrics and traceability.
Validating E2EM Transactions
To validate E2EM transactions, follow these steps:
- Navigate to the Home Page of IWHI.
- From the left-hand side menu (App Switcher), click on App Connect to open the application
- Create a runtime environment and deploy your integration flow.
- Test your integration using
curl
commands to validate the endpoints and data flow.
✅ Successful Transaction:
curl https://jitendra-test-https-acdev2529567.a-vir-d1.appconnect.ipaas.dev.ibmappdomain.cloud/hello
Output: <HelloWorld>Hello, World!</HelloWorld>
❌ Failed Transaction:
curl https://moni-ir-https-acdev2529567.a-vir-d1.appconnect.ipaas.dev.ibmappdomain.cloud/greet
Output: 401 Authorization Required
- Navigate to the End-to-End Monitoring page to review transaction logs, performance metrics, and detailed flow activity.
Future Enhancements
What’s Coming to the “More Info” Page in App Connect Monitoring
The current More Info page offers a basic filtering experience, helping users get a general overview of their transactions. But that’s just the beginning.
In upcoming releases, expect a major upgrade in how you monitor and troubleshoot integrations. The new enhancements will introduce granular filtering capabilities, allowing you to drill down into transaction-specific data using:
- Span ID
- Trace ID
- Parent Span ID
These identifiers will make it easier to trace the journey of a transaction across distributed systems, giving you deeper visibility into performance bottlenecks and anomalies.
Conclusion
The enablement of App Connect transactions in the IWHI End-to-End Monitoring (E2EM) page marks a major milestone in hybrid integration observability. This enhancement allows users to seamlessly track and analyze transaction flows across cloud and on-premises environments, directly from a unified dashboard.
Additionally, the newly introduced “More Info” link provides quick access to filtered runtime logs, making it significantly easier to debug integration flows and pinpoint issues. Together, these features empower integration teams with deeper visibility, faster troubleshooting, and a more streamlined monitoring experience.