Skip to content

The descriptions of query.downsample() are inconsistent between interface implement #841

@nilday

Description

@nilday

In the file Query.java , the argument "interval" of method "void downsample(long interval,Aggregator downsampler)" is describe as Number of seconds wnated between each data points.
But in the file of TsdbQuery.java which is the implement of Query , the same argument is describe as milliseconds.
This causes confusion, when I try to pass time in second to the method but actually get milliseconds.
It's just a little description bug.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions