Wire Tap (Monitoring)

Observe traffic without changing it: for audit and monitoring.

Wire Tap (Monitoring): rendered example
Rendered by Gnomon from the source below. No edits.

The source

23 lines of PlantUML, and pulls in Enterprise Integration Patterns. Copy it, or open the template inside Gnomon and render it as it is.

@startuml
!include https://raw.githubusercontent.com/plantuml-stdlib/EIP-PlantUML/main/dist/EIP-PlantUML.puml

title Wire Tap for Monitoring

LAYOUT_LEFT_RIGHT()

MsgChannel(input, "Orders")
WireTap(tap, "Wire Tap")

MsgChannel(main, "Main Flow")
MsgChannel(monitor, "Monitor Flow")

ServiceActivator(processor, "Order Processor")
MessageStore(audit, "Audit Log")

Send(input, tap)
Send(tap, main)
Send(tap, monitor)
Send(main, processor)
Send(monitor, audit)

@enduml

Render this offline

This template ships in Gnomon and renders on your machine, with no account and nothing sent to a server. The browser editor is free and needs no install.

Get GnomonOpen the browser editor

Others in Enterprise integration pattern diagrams