-
Notifications
You must be signed in to change notification settings - Fork 179
Closed
Labels
Description
Hi, this is for information rather than an issue, you can close this if it's irrelevant;
I'm very new to all theses system, i followed your example (start docker and generate example data) and i ended up with this graph :
I modified the nc
command to show what it was sending and it looks nothing like it it was juste random numbers with no particular spike.
Here's an exert of the graph's json
[{"datapoints": [[45.1, 1538162030], [0.0, 1538162040], [49.1, 1538162050], [47.7, 1538162060], [0.0, 1538162070], [55.0, 1538162080], [57.0, 1538162090], [0.0, 1538162100], [42.3, 1538162110], [44.4, 1538162120], [0.0, 1538162130], [53.1, 1538162140], [57.8, 1538162150], [0.0, 1538162160], [45.1, 1538162170], [32.5, 1538162180], [0.0, 1538162190], [50.9, 1538162200], [60.5, 1538162210], [0.0, 1538162220], [39.0, 1538162230], [50.9, 1538162240], [0.0, 1538162250], [53.3, 1538162260], [53.0, 1538162270], [0.0, 1538162280], [40.3, 1538162290], [52.1, 1538162300], [0.0, 1538162310], [null, 1538162320]], "target": "stats.example", "tags": {"name": "stats.example"}}]
there are clear 0s in there...
Is this normal? am i not understanding something properly? do you have links to understand what is happening?