brutasse / graphite-api

Graphite-web, without the interface. Just the rendering HTTP API.
https://graphite-api.readthedocs.io
Apache License 2.0
492 stars 131 forks source link

Add sumSeriesWithRegex function #224

Closed instance01 closed 4 years ago

instance01 commented 7 years ago

This allows to sum different series by variables within a node. Example: collectd.test1.metric-{cat1, cat2}-*

might become: sumSeries(collectd.test1.metric-cat1-*) sumSeries(collectd.test1.metric-cat2-*)

This is a little bit different than sumSeriesWithWildcards, which only allows specifying a node.

stephan-hof commented 6 years ago

Any chance to add this to graphite-api ?