You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't seem to happen on every page load, but often enough to be annoying.
What did you expect to happen:
Smooth loading of the web UI :)
How do we reproduce it?
Install Oncall and Grafana using the official Helm chart
Open Grafana and navigate around the Oncall plugin pages.
Grafana OnCall Version
v1.10.3
Product Area
Alert Flow & Configuration
Grafana OnCall Platform?
Kubernetes
User's Browser?
Firefox 131.0.2 (64-Bit)
Anything else to add?
It is my understanding that the plugins grafana-incident-app and grafana-labels-app only exist in Grafana Cloud, so these plugins missing should be expected for OSS installations. The 404 responses by itself are not a big issue, but the resulting slow UI is an issue. I've made sure that our servers return the 404 status code immediately, so there is probably some kind of retry in the client code that makes things slow.
The text was updated successfully, but these errors were encountered:
What went wrong?
What happened:
The loading of Grafana Oncall UI pages is very slow sometimes. Whenever this happens, we see this inside the Grafana container logs:
It doesn't seem to happen on every page load, but often enough to be annoying.
What did you expect to happen:
Smooth loading of the web UI :)
How do we reproduce it?
Grafana OnCall Version
v1.10.3
Product Area
Alert Flow & Configuration
Grafana OnCall Platform?
Kubernetes
User's Browser?
Firefox 131.0.2 (64-Bit)
Anything else to add?
It is my understanding that the plugins
grafana-incident-app
andgrafana-labels-app
only exist in Grafana Cloud, so these plugins missing should be expected for OSS installations. The404
responses by itself are not a big issue, but the resulting slow UI is an issue. I've made sure that our servers return the 404 status code immediately, so there is probably some kind of retry in the client code that makes things slow.The text was updated successfully, but these errors were encountered: