Skip to content

added possibility to skip empty buckets in timeseries query#49

Open
RestfulBlue wants to merge 1 commit into
grafana-druid-plugin:masterfrom
RestfulBlue:master
Open

added possibility to skip empty buckets in timeseries query#49
RestfulBlue wants to merge 1 commit into
grafana-druid-plugin:masterfrom
RestfulBlue:master

Conversation

@RestfulBlue
Copy link
Copy Markdown

added checkbox for skipping empty buckets, #43
with skipping empty buckets:
with
without :
without
button :
btn

Comment thread src/datasource.js
}
else {
promise = this._timeSeriesQuery(datasource, intervals, granularity, filters, aggregators, postAggregators)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@RestfulBlue, just a minor comment to remove this space.

Comment thread src/datasource.js
else {
promise = this._timeSeriesQuery(datasource, intervals, granularity, filters, aggregators, postAggregators)

promise = this._timeSeriesQuery(datasource, intervals, granularity, filters, aggregators, postAggregators,skipEmptyBuckets)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Need a space between , and skipEmptyBuckets.

Comment thread src/datasource.js
"intervals": intervals
};

if(skipEmptyBuckets){
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Please indent this piece correctly following the current indentation.

@liuhang93
Copy link
Copy Markdown

When does this feature join the master branch? @pranit22

@jbguerraz
Copy link
Copy Markdown
Collaborator

@RestfulBlue Hello! Thank you for your contribution!
Better later than never, is there any chance you would like to rebase your work on top of master and implement the cosmetic changes pointed by @pranit22 ?
Thank you a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants