graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #04836
[Question #248471]: Datapoints not being displayed.
New question #248471 on Graphite:
https://answers.launchpad.net/graphite/+question/248471
I have a new setup for graphite. I started of getting info from Diamond for servers. So I have a servers.hostname.etc file path under my Graphite graph tree. I have a script I wrote that pulls data from my ASA. I originally had it send the data to the path servers.hostname.etc this works.
I wanted to move this to another path outside of servers called fw. When the script is called I see the whisper file get created. On updated I see datapoint get written to the whisper file in carbon. However when i try to pull up the graph for the fw path I do not see any data. I ran whisper-dump on both files and they appear to be fine. The only difference in the dump is the file that is not working has an extra archive block. Here is my dump.
On file that works.
Meta data:
aggregation method: average
max retention: 31536000
xFilesFactor: 0.5
Archive 0 info:
offset: 40
seconds per point: 60
points: 43200
retention: 2592000
size: 518400
Archive 1 info:
offset: 518440
seconds per point: 900
points: 35040
retention: 31536000
size: 420480
Archive 0 data:
0: 1399670880, 4048878900
1: 1399670940, 4050342533
2: 1399671000, 4052328699
..... several others
On file that does not work.
Meta data:
aggregation method: average
max retention: 63072000
xFilesFactor: 0.5
Archive 0 info:
offset: 52
seconds per point: 1
points: 1800
retention: 1800
size: 21600
Archive 1 info:
offset: 21652
seconds per point: 60
points: 1440
retention: 86400
size: 17280
Archive 2 info:
offset: 38932
seconds per point: 300
points: 210240
retention: 63072000
size: 2522880
Archive 0 data:
0: 1399661582, 3337784655
no more points with data
Any ideas
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.