Skip to main content

We Have Moved

The IBM Application Gateway has a new home - docs.verify.ibm.com/gateway

The documentation on this site will no longer be maintained after v21.02, please update your bookmarks.


Statistics

Description

Configures the statistic collection and publishing capability for the gateway. The statistics for the configured components will be published to the specified statsd server over UDP. Statistics can be used to monitor the environment, or assist with problem determination in the environment.

Properties

The following table(s) describe the configuration properties for this component:

Name Type Constraints Description
frequency number Minimum:1
Maximum:unlimited
Default:1
The frequency (in seconds) that statistics are sent from the memory buffer to the statsd server.
port number Minimum:0
Maximum:65535
Default:8125
The port on which the statsd server is listening for requests.
components array[string] Specifies an array of statistic components to be enabled. Refer to the troubleshooting documentation for a full description of the available component names.
server string The server on which the statsd server is listening for requests.

Example

 logging:
         statistics:
            server: 127.0.0.1
            port: 8125
            frequency: 20
            components:
              - iag.authn