I’m encountering an error in Grafana with the message: “TypeError: Cannot read properties of undefined (reading ‘pushEvent’)”, and it appears to be specific to the Sierra Plot plugin.
Context:
I’m linking a PostgreSQL database to Grafana. Loading the database, performing joins between the necessary tables, normalization, and generating the time series all work without issues.
When I create the Sierra Plot chart, however, I encounter overlapping issues between groups and breakdowns. Some breakdowns appear in one group, while others show up in a different group, causing unintended overlaps in the visualization.
Additionally, I’m encountering the “pushEvent” error, which further complicates troubleshooting.
Questions:
Has anyone experienced these specific issues with the Sierra Plot plugin in Grafana?
Could this be a known bug with the Sierra Plot plugin, or is there a potential workaround to better control groups and breakdowns?
Does anyone have access to additional documentation or troubleshooting resources for the Sierra Plot plugin?
Any insights or shared experiences would be very helpful. Thanks in advance for the help!