grafana-pagerduty
grafana-pagerduty copied to clipboard
e.toLowerCase is not a function
Seems the underlying issue with #24 has not yet been resolved in the official Grafana repo, yet the issue is marked as closed.
Grafana Version: v8.5.5 Plugin: 0.2.2 Chart type: Time Series Browser: Chrome 104.0.5112.101 (Official Build) (x86_64)
@xginn8 adding on to this -- would be very helpful to have this fix resolved in the official Grafana repo. Can you please push the latest version with fix to the Grafana repo -- I think these are some instructions on how to
As of February 2023 this is unresolved - makes this plugin unusable unfortunately.
I'm running into this as well. Are there any plans to update this plugin?
Nope nobody seems to be around! I ended up solving my somewhat different use case by means of a different (maintained!) plugin.
What I needed was something that could pipe data from the PagerDuty API into Grafana as a data source rather than as annotations - so this plugin wouldn't have actually helped me all that much anyways. What I ended up going with was https://github.com/grafana/grafana-json-datasource which is a generic JSON API data source that allowed me to query the PagerDuty API and retrieve that data in Grafana so I could build dashboards out of it.