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

Add countSeries function #974

Merged
merged 1 commit into from
Aug 13, 2018
Merged

Add countSeries function #974

merged 1 commit into from
Aug 13, 2018

Conversation

stivenbb
Copy link
Contributor

@stivenbb stivenbb commented Aug 2, 2018

Native implementation of countSeries() Graphite function.


if len(series) == 0 {
return series, nil
}
Copy link
Contributor

Choose a reason for hiding this comment

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

interesting. would have thought we'd just return a series with vals=0 here, but i confirmed graphite does what you do.

@Dieterbe Dieterbe merged commit ae6cbee into grafana:master Aug 13, 2018
@shanson7 shanson7 deleted the countSeries branch August 21, 2018 20:32
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.

2 participants