monitoring element

Type: imbMonitoringContainerBean
Namespace: (default namespace)
XML Schema: ns0.xsd

Description of monitoring available on the broker

Example XML

<?xml version="1.0" encoding="UTF-8"?> <monitoring type="..." uri="..." hasChildren="..." internal="..."> <adminLog type="..." numberOfLogEvents="..." timestampFormat="..." uri="..." hasChildren="..." internal="..."> <adminLogEntry bipNumber="..." timestamp="..." source="...">...</adminLogEntry> <adminLogEntry bipNumber="..." timestamp="..." source="...">...</adminLogEntry> <!--...more "adminLogEntry" elements...--> </adminLog> <events type="..." uri="..." hasChildren="..." internal="..."> <event internal="..." type="..." uri="..." name="..." eventType="..." eventName="..." eventSourceAddress="..." eventSource="..." eventFilter="..." eventUnitOfWork="..." isTransactionEvent="..." isEnabled="..." profileName="..." profileVersion="..."> <payload isBitstreamDataIncluded="..." bitstreamContentType="..." bitstreamContentEncoding="..."> <dataLocations> <dataLocation xPathQuery="..." xPathLabel="..." elementName="..." elementNamespace="..." isComplex="..." /> <dataLocation xPathQuery="..." xPathLabel="..." elementName="..." elementNamespace="..." isComplex="..."> <!--...--> </dataLocation> <!--...more "dataLocation" elements...--> </dataLocations> </payload> <transactionCorrelation local="..." parent="..." global="..." /> <publishers totalPublishers="..." activePublishers="..."> <publisher isEmitting="..." uri="..." identifier="..." uuid="..." topic="..." /> <publisher isEmitting="..." uri="..." identifier="..." uuid="..." topic="..."> <!--...--> </publisher> <!--...more "publisher" elements...--> </publishers> </event> <event internal="..." type="..." uri="..." name="..." eventType="..." eventName="..." eventSourceAddress="..." eventSource="..." eventFilter="..." eventUnitOfWork="..." isTransactionEvent="..." isEnabled="..." profileName="..." profileVersion="..."> <!--...--> </event> <!--...more "event" elements...--> </events> </monitoring>

Example JSON

{ "type" : "...", "adminLog" : { "type" : "...", "numberOfLogEvents" : ..., "timestampFormat" : "...", "adminLogEntry" : [ { "bipNumber" : "...", "timestamp" : "...", "source" : "...", "value" : "..." }, ... ], "uri" : { "value" : "..." }, "hasChildren" : "...", "internal" : "..." }, "events" : { "type" : "...", "event" : [ { "internal" : false, "type" : "...", "uri" : { "value" : "..." }, "name" : "...", "eventType" : "...", "eventName" : "...", "eventSourceAddress" : "...", "eventSource" : "...", "eventFilter" : "...", "eventUnitOfWork" : "...", "isTransactionEvent" : "...", "isEnabled" : "...", "profileName" : "...", "profileVersion" : "...", "payload" : { "isBitstreamDataIncluded" : "...", "bitstreamContentType" : "...", "bitstreamContentEncoding" : "...", "dataLocations" : [ { "xPathQuery" : "...", "xPathLabel" : "...", "elementName" : "...", "elementNamespace" : "...", "isComplex" : "..." }, ... ] }, "transactionCorrelation" : { "local" : "...", "parent" : "...", "global" : "..." }, "publishers" : { "totalPublishers" : "...", "activePublishers" : "...", "publisher" : [ { "isEmitting" : "...", "uri" : "...", "identifier" : "...", "uuid" : "...", "topic" : "..." }, ... ] } }, ... ], "uri" : { "value" : "..." }, "hasChildren" : "...", "internal" : "..." }, "uri" : { "value" : "..." }, "hasChildren" : "...", "internal" : "..." }