Monitor data flows across your landscape from one interface

Learn more
A Alumio vivid purple arrow pointing to the right, a visual representation of how to access more page material when clicking on it.
Go back

How integration monitoring stops customers finding out first

By
Saad Merchant
Published on
September 11, 2026
Updated on
September 12, 2026
IN CONVERSATION WITH
Email icon
Email icon

A customer calls on Thursday to ask where the order they placed on Monday is. Nobody in the business knew anything was wrong. Integration monitoring is the practice of confirming that data actually got through, which is a different question from whether the connection is online. Integrations are the links that carry data between business systems: orders from a webshop into an ERP, stock from a warehouse to a storefront, invoices into accounting. They run unattended, and when one breaks, it rarely says so. The hard part is that a connection built directly between two systems knows only its own state, so there is no single place to watch from. Centralizing those connections on an integration platform-as-a-service (iPaaS) creates that place, and makes a missing record as visible as a failed one. That enables a team to find a problem before a customer does, and to automate a process without keeping somebody watching it.

What integration monitoring has to detect

On a normal Tuesday, a webshop takes 400 orders. The system integration carrying them into the ERP delivers 380 and rejects 20, because a new discount code produced a field the ERP would not accept.

Nothing went down. No alert fired. The warehouse picks what it can see, finance reports on what reached the ledger, and 20 customers wait for confirmations that are never coming. Every system was online for the whole of it, which is why uptime is the wrong thing to watch.

  • Records the destination rejected: an order or a product refused for a validation reason, which is a business failure rather than a technical one
  • Volumes that dropped without stopping: a flow that normally carries 400 orders carrying 380, which looks fine and is not
  • Data that arrived and was wrong: a field mapped incorrectly after a change at either end, so the destination accepts a value it should not
  • Flows that never ran: a scheduled job that failed to start, which produces no error because nothing happened
  • Data that arrived too late: a stock figure that reaches the storefront after someone has already sold the last unit

The fourth is the one most monitoring misses. A job that never runs sends no signal, so only something watching for its absence will notice.

Why do system integration failures stay invisible?

The main reason is that there is nowhere to watch from. When a system integration is built directly between two applications, it knows its own state and nothing else. A business running forty of those has forty separate places to look and no view that covers them all. That is one of the hidden costs of point-to-point integration, and it rarely appears in the build estimate.

Confirmations also mislead. When a receiving system replies with a success message, it usually means the message was accepted, not that the record was processed correctly. So a record can be marked as delivered and still not exist in any usable form at the other end.

The third reason is ownership. The team running the ERP watches the ERP. The commerce team watches the storefront. The connection between them belongs to whoever built it, who may have left. That gap is where failures last longest, because it is nobody's dashboard.

So a silent failure is not simply undetected. It is undetected in the one place nobody is looking.

What weak integration monitoring costs

The cost depends on how long a failure runs before anyone notices.

  • Customers as the alarm: the first report comes from someone whose order did not arrive, which is the most expensive way to find out
  • Backlogs nobody sees building: a flow down for three days leaves three days of records to reprocess
  • Decisions made on partial data: a report or a stock reorder run against a data set missing whatever the broken flow carried
  • Diagnosis measured in days: with no record of what moved when, finding the failing step means checking each system in turn
  • Confidence lost inside the business: after one silent failure, manual checks appear alongside the automation

The last one lives through the incident. Everything else gets fixed, and the manual check stays.

Turn AI ambition into action

Portrait of Leonie Becher Merli, Business Development Manager at Alumio

Get a free assessment of your integration needs and next steps

Portrait of Leonie Becher Merli, Business Development Manager at Alumio

See every data flow across every system via an integration platform

See every data flow across every system via an integration platform

Why integration monitoring is a different question from uptime

Infrastructure monitoring asks whether systems are available and responding. That is a real question worth answering, and it catches the outages that would have been noticed anyway.

Integration monitoring asks something else. Did today's orders reach the ERP? Did every price change apply? Did each dispatch confirmation reach the marketplace in time? Those are questions about data rather than availability, and a landscape can pass the first test while failing all three.

Answering them means knowing what was supposed to happen, not only what did. A system that reports errors cannot tell anyone about 20 orders that should have arrived and did not, because nothing errored. Monitoring that knows the normal shape of a flow can flag the gap first. That is a different discipline from monitoring and logging as a security and audit function.

Three approaches are common, each with a blind spot. Infrastructure tools watch availability and know nothing about whether a record was accepted. Logging written inside each connection works for that one alone. Waiting for complaints is the default, and it is why silent failures run for days.

How does an integration platform make flows observable?

An integration platform-as-a-service (iPaaS) connects systems through one central hub instead of linking each pair directly. Every system connects to the integration platform once. It then moves data between them, reshapes it on the way, and hands each destination the format it expects.

Centralizing the connections is what makes monitoring possible. Every flow now passes through one place, so there is finally somewhere to watch from. The integration platform is already holding each message, so recording what it contained, where it went, and whether the destination accepted it costs nothing extra.

Alumio is an integration platform built on that principle. Visibility lives in the layer rather than bolted on, which shows up as four capabilities.

  • Message-level visibility: the Inspection Tool within Alumio shows the content of individual messages and where each one stopped, so diagnosis starts from evidence rather than a guess
  • Failures retried, then escalated: brief errors are retried automatically, and persistent ones raise an alert, so a short outage fixes itself and a real problem gets attention
  • Held rather than dropped: a built-in Storage queues records the destination could not accept, so nothing is lost while the problem is fixed and corrected records can be sent afterwards
  • One view across every flow: dashboards, detailed Logs, and audit trails covering all integrations rather than each connection reporting separately

Some businesses ask for this upfront. Heusinkveld, a Dutch manufacturer of sim racing hardware selling through resellers and its own WooCommerce webshop, set out three requirements when it moved to Odoo as its ERP. It needed the webshop connected to the new ERP, control over which products and stock levels synchronized, and custom monitoring alerts. Working with the Odoo and iPaaS specialist BlueZebra, it implemented the Alumio integration platform to do all three. Monitoring was in the scope rather than a fix after the first failure.

Detection is only half the job. Once something has failed, the Inspection Tool shows the data at each step of the flow. The step that went wrong is visible rather than pieced together from log files. Planned maintenance can be scheduled so expected downtime does not raise alerts, which is what stops a team from learning to ignore them.

Because that visibility belongs to the integration platform itself, a new integration is observable from the day it goes live.

What integration monitoring returns to the business

Monitoring is treated as housekeeping, so it gets specified after the integrations are built and funded last. Its real effect is on how much a business is willing to automate.

Three roles carry the consequence. The IT lead is asked to explain a failure with no record of what moved. The customer service lead hears about it first and has nothing to tell the customer. The operations lead keeps a manual check running beside the automation, which means the process was never really automated, only duplicated.

Confidence is what removes that manual check. Failures get found by an alert rather than by a customer, and diagnosis takes minutes because the message history is already there. An integration platform is what makes that the normal state of a new flow rather than a project that follows it.

No items found.

FAQ

Integration Platform-ipaas-slider-right
What is integration monitoring?

Integration monitoring is the practice of tracking whether data actually moved between systems correctly, covering delivery, acceptance by the destination, volumes against expectation, and timing. It differs from infrastructure monitoring, which reports whether connections and services are available. The distinction matters because most integration failures happen while every connection is technically up.

Integration Platform-ipaas-slider-right
Why do integration issues go unnoticed?

Partial failures produce no obvious signal. A flow that processes most records and rejects a few looks healthy, a scheduled job that fails to start generates no error, and a destination system may confirm receipt without processing the record correctly. Point-to-point landscapes make this worse, because each system integration knows only its own state and no view covers them all.

Integration Platform-ipaas-slider-right
What should integration monitoring actually track?

Integration monitoring should track success and failure at the level of individual records, not connection uptime. It should also compare volumes against expected patterns so an absence is detectable, and check timing against the windows the business depends on. Capturing the content of failed messages means diagnosis does not require reconstruction. Tracking what was expected matters as much as tracking errors, since the most costly failures are the ones where nothing errored.

Integration Platform-ipaas-slider-right
How does an integration platform improve monitoring?

An integration platform-as-a-service (iPaaS) sees every flow because all data passes through it, which gives one view rather than per-connection reporting. It records individual messages so a failure can be inspected rather than guessed at, retries brief errors automatically, and queues records a destination could not accept so nothing is lost. New integrations inherit that visibility rather than needing monitoring added to them.

Integration Platform-ipaas-slider-right
What is the difference between monitoring and integration testing?

Integration testing checks that a flow behaves correctly before it goes live, usually against sample or staged data. Monitoring reports whether it is behaving correctly now, against real traffic. Testing reduces the number of failures that reach production and does not catch the ones caused later by a change at either end, which is what monitoring exists for.

Integration Platform-ipaas-slider-right
Who should own integration monitoring?

In most organizations no single team owns the space between systems, which is exactly why failures persist there. Assigning it explicitly matters more than which team receives it, though the practical answer is usually whoever operates the integration layer. Where integrations are delivered by a partner, monitoring responsibility and escalation paths are worth agreeing before go-live rather than during an incident.

Get a free assessment of your integration needs

Laptop screen displaying the Alumio iPaaS dashboard, alongside pop-up windows for generating cron expressions, selecting labels and route overview.