Skip to content

How to send seperate sets of histogram #9

Open
@lionelmessi

Description

@lionelmessi

Hi,

Suppose I have these sets of data
[1,2,3,4]
[5,6,7,8]

When I use the histogram, it aggregates all the 8 values and sends the histogram. So this continues to grow. What I actually need is to have separate sets of histograms i.e. only [1,2,3,4] and next set should only contain [5,6,7,8].

How to do this?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions