Page MenuHomePhabricator

Counts with underscore in name no longer updated since move to statsite (cassandra metrics)
Closed, ResolvedPublic

Description

While trying to update the Cassandra dashboard to use counters without the .count suffix I noticed that some of those have not been updated since the switch to statsite. This seems to only affect metrics with an underscore in the the name.

Event Timeline

GWicke assigned this task to fgiunchedi.
GWicke raised the priority of this task from to High.
GWicke updated the task description. (Show Details)
GWicke removed a project: Patch-For-Review.
GWicke set Security to None.
GWicke renamed this task from Counts in Cassandra metrics no longer updated to Counts with underscore in name no longer updated since move to statsite (cassandra metrics).Apr 9 2015, 11:03 PM
GWicke updated the task description. (Show Details)

looks like a statsite shortcoming in parsing scientific notation numbers, I've inquired upstream in https://github.com/armon/statsite/issues/123

I've proposed a patch upstream and applied it to our statsite package running on graphite1001 so we should have the right values back now, I'll apply it to remaining statsite instances too

our internal package has my patch applied already and it is very likely that upstream will merge it, resolving