Skip to content

Improve handling of long timeseries windows #32

@dgl

Description

@dgl

Currently geras will send a single query to OpenTSDB for each Series request, therefore potentially needing an unbounded amount of memory.

Split up queries (needs thought about how to combine with downsampling if done, #31) and stream back the data as found.

Later:

  • Makes it possible to paralleise queries, limit overall data volume, etc.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions