author | Florian Forster <octo@collectd.org> | |
Thu, 11 Jul 2013 12:58:32 +0000 (14:58 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Thu, 11 Jul 2013 12:58:32 +0000 (14:58 +0200) | ||
commit | 4ebf0ce945b6ad1f8852aeb13d86a6f0a6144501 | |
tree | 6ee9618659ebb7587cc8ea8d79f6507a7d48a832 | tree | snapshot |
parent | 57fcbb129aa789857f5028a5195f1e23f444a58a | commit | diff |
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().
The StatsD by etsy is case sensitive, so we should do the same. Also, strcmp()
should have better performance than strcasecmp().
src/statsd.c | diff | blob | history |