graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #02579
Re: [Question #196656]: How to get a simple absolute chart about the members count performance
Question #196656 on Graphite changed:
https://answers.launchpad.net/graphite/+question/196656
Status: Open => Answered
Francois Mikus proposed the following answer:
Assuming your aggregation policy is to do a sum of the member count per
day, and even if it is not...
Informational about the y-axis :
yMax
Default: The highest value of any of the series displayed So nothing to do here.
You would just use the function:
hitcount(seriesList, intervalString, alignToInterval=False)
Estimate hit counts from a list of time series. Where intervalString
represents 1hour, 1day, etc.
Use the composer to build your full string.
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.