← Back to team overview

graphite-dev team mailing list archive

Re: [Question #216750]: Trouble getting carbon-aggregator.py to generate aggregated metrics

 

Question #216750 on Graphite changed:
https://answers.launchpad.net/graphite/+question/216750

    Status: Open => Solved

Matt Hite confirmed that the question is solved:
With some troubleshooting assistance from mleinart and a lot of head
scratching, I managed to track the problem down to this:

- Metrics were arriving in a slightly different manner and the end
result of how they are represented natively in Graphite was sending me
down the wrong path. Specifically, if a metric name arrives with a "/"
in it, that automatically gets translated to a ".".

- For matching purposes, you can't match on the newly introduced "." --
which is what I was trying to do. You have to match on the exact format
that the original metric arrived as.

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.