← Back to team overview

graphite-dev team mailing list archive

[Question #211034]: No of messages received for a particular metric

 

New question #211034 on Graphite:
https://answers.launchpad.net/graphite/+question/211034

No of messages received for a particular metric? Can we do that?

suppose i have a metric

sample.test.metric1
sample.test.metric2

and there were n1 no of messages for sample.test.metric1
and there were n2 no of messages for sample.test.metric2

All i want to know is the count of no of messages for metric1 and metric2 over a period of time.

somewhat similar to:-
select count(*) from whisper where metric like '%metric1%'
select count(*) from whisper where metric like '%metric2%'

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