graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #06404
[Question #452516]: Sum a wildcard serieslist with another serieslist
New question #452516 on Graphite:
https://answers.launchpad.net/graphite/+question/452516
Hi,
I have a wildcard seriesList A: xx.*.xx.xx
And I have a seriesList without wildcard B: yy.yy.yy.yy
For each series in A, I want to add B.
E.g.:
A1: (1, 2, 3); A2: (4, 5, 6)
B: (1, 1, 1,)
After the calculation, the result is:
C1: (2, 3, 4); C2: (5, 6, 7)
Could someone please help to let me know how to do so with Graphite functions? Thanks very much!
Ding Kai
--
You received this question notification because your team graphite-dev
is an answer contact for Graphite.