Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] Implement fill(mean) #3273

Closed
pdf opened this issue Jul 8, 2015 · 4 comments
Closed

[feature request] Implement fill(mean) #3273

pdf opened this issue Jul 8, 2015 · 4 comments
Assignees
Labels

Comments

@pdf
Copy link

pdf commented Jul 8, 2015

Tracking issue for implementation of fill(mean), this is the default interpolation used in some other time series DBs, and pretty important.

@desa desa changed the title Implement fill(mean) [feature request] Implement fill(mean) Jul 14, 2015
@beckettsean
Copy link
Contributor

@pdf can you point to the documentation for this feature in another TSDB? We're not quite sure what mean would be in the absence of data. Trailing average of some sort?

@beckettsean beckettsean added this to the Next Point Release milestone Jul 15, 2015
@pdf
Copy link
Author

pdf commented Jul 15, 2015

Here's what OpenTSDB does: http://opentsdb.net/docs/build/html/user_guide/query/aggregators.html#interpolation

It's necessary to do rate calculation shorter than your sample period.

@pdf pdf mentioned this issue Jul 20, 2015
4 tasks
pdf added a commit to pdf/influxdb that referenced this issue Jul 20, 2015
@pdf
Copy link
Author

pdf commented Jul 20, 2015

I think the PR for this does the right thing now, but it doesn't appear to solve the problem I wanted to. I think derivative may be calculated before the fill is performed?

@desa
Copy link
Contributor

desa commented Dec 29, 2016

Called fill(linear)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants