← Back to team overview

graphite-dev team mailing list archive

Re: [Question #201541]: Stats show up for some, not for other (servers)

 

Question #201541 on Graphite changed:
https://answers.launchpad.net/graphite/+question/201541

    Status: Needs information => Open

Victor Anjos gave more information on the question:
Hi Nicholas,

Here is the whisper info output:

==================================================

whisper-info.py MIN_LOAD_AVG.wsp 
maxRetention: 34560000
xFilesFactor: 0.5
aggregationMethod: average
fileSize: 1082932

Archive 0
retention: 86400
secondsPerPoint: 10
points: 8640
size: 103680
offset: 52

Archive 1
retention: 2592000
secondsPerPoint: 60
points: 43200
size: 518400
offset: 103732

Archive 2
retention: 34560000
secondsPerPoint: 900
points: 38400
size: 460800
offset: 622132

==================================================


VERSIONS:

==================================================

whisper & carbon 0.9.10
graphite 0.71

==================================================


AND MY CONF'S (for good measure):

==================================================

carbon.conf
[cache]
USER =
MAX_CACHE_SIZE = inf
MAX_UPDATES_PER_SECOND = 500
MAX_CREATES_PER_MINUTE = 50
LINE_RECEIVER_INTERFACE = 0.0.0.0
LINE_RECEIVER_PORT = 2003
ENABLE_UDP_LISTENER = False
UDP_RECEIVER_INTERFACE = 0.0.0.0
UDP_RECEIVER_PORT = 2003
PICKLE_RECEIVER_INTERFACE = 0.0.0.0
PICKLE_RECEIVER_PORT = 2004
USE_INSECURE_UNPICKLER = False
CACHE_QUERY_INTERFACE = 0.0.0.0
CACHE_QUERY_PORT = 7002
USE_FLOW_CONTROL = True
LOG_UPDATES = False
WHISPER_AUTOFLUSH = False
[relay]
LINE_RECEIVER_INTERFACE = 0.0.0.0
LINE_RECEIVER_PORT = 2013
PICKLE_RECEIVER_INTERFACE = 0.0.0.0
PICKLE_RECEIVER_PORT = 2014
RELAY_METHOD = rules
REPLICATION_FACTOR = 1
DESTINATIONS = monitor1.domain.com:2004, monitor2.domain.com:2004
MAX_DATAPOINTS_PER_MESSAGE = 500
MAX_QUEUE_SIZE = 10000
USE_FLOW_CONTROL = True
[aggregator]
LINE_RECEIVER_INTERFACE = 0.0.0.0
LINE_RECEIVER_PORT = 2023
PICKLE_RECEIVER_INTERFACE = 0.0.0.0
PICKLE_RECEIVER_PORT = 2024
DESTINATIONS = monitor1.domain.com:2004, monitor2.domain.com:2004
REPLICATION_FACTOR = 1
MAX_QUEUE_SIZE = 10000
USE_FLOW_CONTROL = True
MAX_DATAPOINTS_PER_MESSAGE = 500
MAX_AGGREGATION_INTERVALS = 5


relay-rules.conf
[default]
default = true
destinations = monitor1.domain.com:2004, monitor2.domain.com:2004


storage-schemas.conf
[carbon]
pattern = ^carbon\.
retentions = 60:90d
[stats]
pattern = .*
retentions = 10s:1d, 60s:30d, 15m:400d

==================================================

Lastly, this had been working properly before and it still is for
certain servers that send to it, just a few specifically do not work...
I have the exact same code on all servers sending the same metrics.

If I send some manually with 'nc - netcat' I get it to show up for an
instant, and then it disappears (for the machines where I seem to not
keep the values around).

Thanks!

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.