[][src]Module zap_api::stats

Functions

all_sites_stats

Gets all of the site based statistics, optionally filtered by a key prefix

clear_stats

Clears all of the statistics

option_in_memory_enabled

Returns 'true' if in memory statistics are enabled, otherwise returns 'false'

option_statsd_enabled

Returns 'true' if a Statsd server has been correctly configured, otherwise returns 'false'

option_statsd_host

Gets the Statsd service hostname

option_statsd_port

Gets the Statsd service port

option_statsd_prefix

Gets the prefix to be applied to all stats sent to the configured Statsd service

set_option_in_memory_enabled

Sets whether in memory statistics are enabled

set_option_statsd_host

Sets the Statsd service hostname, supply an empty string to stop using a Statsd service

set_option_statsd_port

Sets the Statsd service port

set_option_statsd_prefix

Sets the prefix to be applied to all stats sent to the configured Statsd service

site_stats

Gets all of the global statistics, optionally filtered by a key prefix

stats

This file was automatically generated. Statistics