Skip to content
New issue

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

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

Already on GitHub? # to your account

Empty leaderboard & wikipedia login dashboards #43

Open
manoj-mak opened this issue Jun 12, 2024 · 4 comments
Open

Empty leaderboard & wikipedia login dashboards #43

manoj-mak opened this issue Jun 12, 2024 · 4 comments

Comments

@manoj-mak
Copy link

i'm running this on my linux server - it does run the test properly and i can see the data getting logged into graphite.

but from grafana - only the pagmetrics dashboard is populated with data , other dashboards like leaderboard & wikipedia login are empty.

my secrets.json looks something like this:

{
"graphite": {
"host": "xxxxxxxxxxx",
"port": "xxxxxxxxx",
"auth": "root:root",
"annotationScreenshot": true,
},
"resultBaseURL": "https://xxxxxxxxxx",
"s3": {
"key": "xxxxxxxxxxxx",
"secret": "xxxxxxxxxxxx",
"bucketname": "xxxxxxxxxxx",
"copyLatestFilestoBase": true,
"removeLocalResult": true
},
"browsertime": {
"wikipedia": {
"user": "xxxxxxxxxxxx",
"password": "xxxxxxxxxxxx"
}
}
}

i don't know if I'm missing something from the config or should tinker around the variables for leaderboard dashboard to get it working, Any help is appreciated.

@soulgalore
Copy link
Member

Hi @manoj-mak for Wikipedia, that is used a example on how you can add your own user journeys and create your own specific dashboards.

For the leaderboard:
I wonder if somehow the variables get wrong into Grafana? This is what it looks like to me:
Screenshot 2024-06-13 at 08 30 24

When you try to debug, go into a graph and have a look if you can see the data. The leaderboard dashboard is a little bit special, because those queries only works in text mode (you cannot go down step by step) since Grafana do not fully support that.

@manoj-mak
Copy link
Author

Thank you so much @soulgalore !

Indeed, the variables were causing issues with the leaderboard dashboard, particularly the namespace variable.

lead-vars

Once I updated the namespace to 'sitespeed_io', it started rendering the data correctly.

It would be helpful if we could have a list of variables from the currently active dashboards published, either as text files or images, for cross-referencing configurations.

Thanks again for your assistance! ❤️

@soulgalore
Copy link
Member

@manoj-mak let me look into the documentation how did you import those dashboards? Did you do it manually or?

@manoj-mak
Copy link
Author

manoj-mak commented Jun 14, 2024

@soulgalore
I imported them from here : https://github.com/sitespeedio/sitespeed.io/tree/main/docker/grafana/provisioning/dashboards

cloned the whole docker setup actually

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

No branches or pull requests

2 participants