You are here

constant STATSD_SERIES_INVALID_CHARACTERS in StatsD 7

Defines regexp for the list of illegal characters in a Graphite series name.

2 uses of STATSD_SERIES_INVALID_CHARACTERS
StatsD::sanitizeDataNames in includes/statsd.inc
Sanitize the series names that will be passed into statsd.
statsd_admin_settings_validate in ./statsd.admin.inc
Validation handler for the administrative settings.

File

./statsd.module, line 7

Code

define('STATSD_SERIES_INVALID_CHARACTERS', '/[^A-Za-z0-9-_.]/');