Code

statsd plugin: Make metric names case-sensitive.
authorFlorian Forster <octo@collectd.org>
Thu, 11 Jul 2013 12:58:32 +0000 (14:58 +0200)
committerFlorian Forster <octo@collectd.org>
Thu, 11 Jul 2013 12:58:32 +0000 (14:58 +0200)
commit4ebf0ce945b6ad1f8852aeb13d86a6f0a6144501
tree6ee9618659ebb7587cc8ea8d79f6507a7d48a832
parent57fcbb129aa789857f5028a5195f1e23f444a58a
statsd plugin: Make metric names case-sensitive.

The StatsD by etsy is case sensitive, so we should do the same. Also, strcmp()
should have better performance than strcasecmp().
src/statsd.c