You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current graphite.find() function expands all wildcards by passing "format=completer" to the metrics/find command. However, sometimes this is not desired; for example, if the resulting metrics are to be passed to a function (e.g. sumSeries), some of the wildcards should remain.
Proposal is to add a function graphite.findSome(), which accepts wildcards but only expands the final one (i.e. it doesn't pass "format=completer" to graphite.
The text was updated successfully, but these errors were encountered:
The current graphite.find() function expands all wildcards by passing "format=completer" to the metrics/find command. However, sometimes this is not desired; for example, if the resulting metrics are to be passed to a function (e.g. sumSeries), some of the wildcards should remain.
Proposal is to add a function graphite.findSome(), which accepts wildcards but only expands the final one (i.e. it doesn't pass "format=completer" to graphite.
The text was updated successfully, but these errors were encountered: