Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphs show no data #48

Closed
utsengar opened this issue Apr 4, 2013 · 8 comments
Closed

Graphs show no data #48

utsengar opened this issue Apr 4, 2013 · 8 comments
Labels

Comments

@utsengar
Copy link

utsengar commented Apr 4, 2013

I am running a redis live instance on the same machine where redis is running. I am able to see the stats but I don't see any graphs. Also, triggered redis-monitor.py which is setup as an hourly cron.

Screenshot: http://s24.postimg.org/6ux9mm98k/Screenshot_from_2013_04_03_17_10_06.jpg

Any suggestions about what is going on?

redis-live.conf

{
        "RedisServers":
        [
                {
                  "server": "127.0.0.1",
                  "port" : 8080
                }
        ],

        "DataStoreType" : "sqlite",

        "RedisStatsServer":
        {
                "server" : "127.0.0.1",
                "port" : 6381
        }
}

Thanks,
-Utkarsh

@vitkovskii
Copy link

Hello. I think the reason of this is that your local time doesn't match with time on redis server. It's bug in RedisLive.

@utsengar
Copy link
Author

Ah I see, thanks for the update. Will take a look at the redislive's implementation.

@kumarnitin
Copy link
Collaborator

Yes that sounds right, I think i missed making the dates ISO 8601 complaint between the client and the server. Would love a pull request to fix this issue :-)

The timezone of the server which is running monitor.py should sync with the client's machine (your browser).

base-widget-view.js - implements the client side functionality in the ChangeTimeFrame() method.

The easiest fix would be make this method take into consideration the timezone of the server running monitor.py. Probably some setting can be introduced which specifies the timezone of the server and ChangeTimeFrame() method checks the timezone and generates the correct start and end dates.

@harishd
Copy link

harishd commented Aug 5, 2013

Is there any update on this? We are facing similar problem.

@lipiji
Copy link

lipiji commented Jul 8, 2014

Is there any update on this? We are also facing similar problem.

@maljolani
Copy link

Dear,

I have the same problem, but a bug in highlighter.js, Python 2.7.3

http://postimg.org/image/dol2anqij/

@leeyo
Copy link

leeyo commented Sep 25, 2014

I got this problem too. "real time" shows no data,but "last 15 min" does.
Does anyone has solved this problem?

@raingolee
Copy link

anyone have fix this bug? could u guys help me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants