Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Add filterSeries function #980

Merged
merged 5 commits into from
Aug 13, 2018
Merged

Add filterSeries function #980

merged 5 commits into from
Aug 13, 2018

Conversation

stivenbb
Copy link
Contributor

@stivenbb stivenbb commented Aug 7, 2018

Native implementation of filterSeries() Graphite function.

@Dieterbe
Copy link
Contributor

Dieterbe commented Aug 7, 2018

@stivenbb you are on 🔥 🥇
will get back to you on all these PR's, need some time to catch up from vacation.

expr/funcs.go Outdated
@@ -61,6 +61,7 @@ func init() {
"exclude": {NewExclude, true},
"grep": {NewGrep, true},
"groupByTags": {NewGroupByTags, true},
"filterSeries": {NewFilterSeries, true},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

out of order

@Dieterbe Dieterbe merged commit 0d56ef4 into grafana:master Aug 13, 2018
@shanson7 shanson7 deleted the filterSeries branch August 21, 2018 20:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants