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

reorderBuffer.interval is not set correctly #1196

@woodsaj

Description

@woodsaj

the reorderBuffer is created with NewReorderBuffer(reorderWindow, ret.SecondsPerPoint). where ret is a conf.Retention. Unlike in graphite, the default storageSchemas dont explicitly set the secodsPerPoint of every series. Instead, we map retention policies to a range of metric intervals. We then use the "interval" property sent with each MetricData payload.

With a default config, the secondsPerPoint is set to "1s" and this is what is being passed when creating the reorderBuffer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions