MapSeries 的石墨错误

Graphite Error with MapSeries

我为 "mapSeries"

尝试的每个参数组合都出现此错误

使用 Graphite v0.9.15

例子url-
http://myGraphite/render/?width=586&height=308&target=mapSeries(server.server1.route.root.admin.%2A.invocation_count,5)&from=-6h&until=now&format=json

另一个-
http://myGraphite/render/?width=586&height=308&target=mapSeries(server.%2A.route.root.admin.%2A.invocation_count,1)&from=-6h&until=now&format=json

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 109, in get_response
    response = callback(request, *callback_args, **callback_kwargs)
  File "/opt/graphite/webapp/graphite/render/views.py", line 125, in renderView
    seriesList = evaluateTarget(requestContext, target)
  File "/opt/graphite/webapp/graphite/render/evaluator.py", line 10, in evaluateTarget
    result = evaluateTokens(requestContext, tokens)
  File "/opt/graphite/webapp/graphite/render/evaluator.py", line 21, in evaluateTokens
    return evaluateTokens(requestContext, tokens.expression)
  File "/opt/graphite/webapp/graphite/render/evaluator.py", line 27, in evaluateTokens
    func = SeriesFunctions[tokens.call.func]
KeyError: u'mapSeries'

我发现 "mapSeries" 在 0.9.x 分支中不可用。 它在 0.10.x 分支中。