5. Monitoring, Logging and Statistics

adminConsole

Displays up-to-date statistics, recent exchanges and, by default, allows live modification of Membrane's configuration.

Can be used in:

serviceProxy, api, stompProxy, swaggerProxy, if, registration, wsStompReassembler, interceptor, bean, internalProxy, transport and soapProxy

Syntax

<adminConsole />

Sample

<serviceProxy port="9000">
   <adminConsole readOnly="[true, false]" />
</serviceProxy>

Attributes

NameRequiredDefaultDescriptionExample
useXForwardedForAsClientAddr false false
whether to show the value of the first "X-Forwarded-For" header instead of the client IP address -
readOnly false false
Whether runtime changes to Membrane's configuration can be committed in the admin console. -