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

Issues when selecting Date + Hour in Time Dimension #121

Open
aa-matthias opened this issue Sep 12, 2024 · 6 comments
Open

Issues when selecting Date + Hour in Time Dimension #121

aa-matthias opened this issue Sep 12, 2024 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@aa-matthias
Copy link

Describe the bug
When selecting Date + Hour in Time Dimension queries stop showing. The error i get via Grafana Log is:

logger=plugin.blackcowmoo-googleanalytics-datasource t=2024-09-12T16:31:29.306872536+02:00 level=error msg=timeConverter error="parsing time "(other)00000" as "200601021504": cannot parse "(other)00000" as "2006""
logger=plugin.blackcowmoo-googleanalytics-datasource t=2024-09-12T16:31:29.306909005+02:00 level=error msg="parseRow: Failed to parse time dimension" error="parsing time "(other)00000" as "200601021504": cannot parse "(other)00000" as "2006""

Grafana Version & Plugin Version
11.2.0 with 0.3.0

To Reproduce
Steps to reproduce the behavior:
Query as shown in the Screenshot below - Data stops loading (changing Time Dimension to something else works)

Expected behavior
Graph should be shown as usual.

Screenshots
image

Additional context
Add any other context about the problem here.

@aa-matthias aa-matthias added the bug Something isn't working label Sep 12, 2024
@lcc3108
Copy link
Member

lcc3108 commented Sep 14, 2024

image

When I tested it, it was operating normally.

Can you give me more detailed information for reproduction?

@aa-matthias
Copy link
Author

I actually cannot provide that much - worked on friday, broken today again... is there a way to fetch the raw result returned by the google api to diagnose that?

@lcc3108
Copy link
Member

lcc3108 commented Sep 16, 2024

@lcc3108
Copy link
Member

lcc3108 commented Oct 15, 2024

@aa-matthias
As a result of analyzing the data, I think there was a change in the ga api. <-- Maybe

When the amount of data increases, the rest of the values are added to the field (other).

This operates independently of the maximum row number of api requests.

Let me look more closely at the ga api policy.

In the above case, the field of the date hour must be parsed by time, but it occurs because the other cannot be time parsed due to other changes.

@lcc3108 lcc3108 self-assigned this Oct 15, 2024
@lcc3108
Copy link
Member

lcc3108 commented Oct 15, 2024

@aa-matthias
Copy link
Author

thanks - sorry, i kept having this topic in my backlog but missed to reply so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants