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
Other than linking to those resources, two details need to be added to the documentation. First, a CORS header needs to be added to the HTTP endpoint which serves Apicast's API. This configuration directive for Nginx would be suitable.
add_header Access-Control-Allow-Origin *;
In order to be able to run JavaScript within the HTML mode of Grafana's Text Panel, it needs to be configured with disable_sanitize_html in /etc/grafana/grafana.ini.
[panels]disable_sanitize_html = true
The text was updated successfully, but these errors were encountered:
About
Based on Grafana's Text Panel, we added a snippet to load Markdown from Apicast's HTTP API into Grafana.
References
Backlog
Other than linking to those resources, two details need to be added to the documentation. First, a CORS header needs to be added to the HTTP endpoint which serves Apicast's API. This configuration directive for Nginx would be suitable.
In order to be able to run JavaScript within the HTML mode of Grafana's Text Panel, it needs to be configured with
disable_sanitize_html
in/etc/grafana/grafana.ini
.The text was updated successfully, but these errors were encountered: