graphite-project / graphite-web

A highly scalable real-time graphing system
http://graphite.readthedocs.org/
Apache License 2.0
5.89k stars 1.26k forks source link

[Q] Graphite Not showing all data #2714

Closed AshishVerma7690 closed 3 years ago

AshishVerma7690 commented 3 years ago

I am using graphite with a 5 node cluster and Replication factor 2. I am using grafana on top of it. Below are my cluster settings.

REMOTE_EXCLUDE_LOCAL = True CLUSTER_SERVERS = ['xxx.xx.xx.71:8081', 'xxx.xx.xx.61:8081', 'xxx.xx.xx.72:8081', 'xxx.xx.xx.73:8081', 'xxx.xx.xx75:8081'] REMOTE_RETRY_DELAY = 0 REMOTE_STORE_MERGE_RESULTS=True

While fetching data I am getting random data.. for the first time I am getting 8 data points and if I refresh it then I am getting only 2 data points. Again if I refresh the dashboard I am getting 8 data points and after that again 2 data points.

Is there any other setting I need to do for getting consistent data?

image

After refresh image

Also, it is showing below error in logs.

HTTPConnectionPool(host='172.16.2.52', port=8081): Max retries exceeded with url: /render/?format=pickle&local=1&noCache=1&from=1630305919&until=1630309519&target=

 (Caused by ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')))