StatsD

Component ID

1783634

Component name

StatsD

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

11124

Component created

Component changed

Component body

Overview

This module provides Drupal integration for StatsD, and is intended for sites that have an existing StatsD / Graphite setup.

Out of the box, the module sends statistics for the following:

  • Watchdog calls (severity and type)
  • User logins (successful and failed), page views, and active user sessions
  • Performance metrics (peak memory usage and page execution time)

In addition, developers can also use the statsd_call() function to send custom statistics.

The module allows prefixes and suffixes for events, to help support multi-server / environment setups.

How to install?

Enable the statsd module as any other Drupal module. Configuration options are found at admin/config/development/statsd (D7) or admin/settings/logging/statsd (D6).