- What Grafana version and what operating system are you using?
v8.0.1 Linux
- What are you trying to achieve?
Understanding why my grafana snapshot makes an http API call to annotations
and if I can prevent them
- What happened?
I have generated snapshots that get published to snapshots.raintank.io
, which are rendering as expected.
However, when I open the snapshot using the URL I get an unauthorized dialogue since the UI makes a call to the annotations
API to snapnshots.raintank.io
.
I understand that this request is bound to fail since the actual dashboard is not present on raintank but I was wondering if there is a way to suppress this error or the API call itself by adding something to the snapshot.
I am using the snapshot and embedding it in another UI using an iframe so when the “Unauthorized” popup shows up it makes it look like the loading of the snapshot failed which is not true.
- Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
-
Error that appears in the UI
-
Failed get request in console being made to
snapshots.raintank.io
-