Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

SiteSummary Dashboard composes wrong query #37

Open
AntoniusGolly opened this issue Jan 25, 2021 · 2 comments
Open

SiteSummary Dashboard composes wrong query #37

AntoniusGolly opened this issue Jan 25, 2021 · 2 comments

Comments

@AntoniusGolly
Copy link

AntoniusGolly commented Jan 25, 2021

The prepared Dashboards are great to integrate sitespeed with Grafana.

For example https://github.com/sitespeedio/grafana-bootstrap-docker/blob/main/dashboards/graphite/SiteSummary.json gives a nice overview of the measured metrics.

These are the queries composed for the first panel "First Visual Change"

sitespeed_io.pageSummary.summary....browsertime.visualMetrics.FirstVisualChange.median
sitespeed_io.pageSummary.summary....browsertime.visualMetrics.FirstVisualChange.max
sitespeed_io.pageSummary.summary....browsertime.visualMetrics.FirstVisualChange.min

This is the parametrized composition:
image

The issue is (I guess) the combination pageSummary.summary which doesn't exist. It is either pageSummary or summary.

Any objections to change that globally?

I see that in the global Dashboard config this config exists:

image

So, based on that it should work. However the config for the dashboard overwrites this:
image

@AntoniusGolly
Copy link
Author

This is, how you actually retrieve data:

image
(you need to edit the query in text form).

@soulgalore
Copy link
Member

Hi @AntoniusGolly ok so some query is broken then I guess? Let me have a look so I understand what's wrong.

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

No branches or pull requests

2 participants