Proxy Grafyaml requests to Graphite
With newer Grafana we're seeing that any dashboards using queries to graphite fail with CORS Missing Allowed Origin errors. Attempt to workaround this by having grafana proxy requests to graphite rather than have the browser make them directly. This will affect all graphite requests and not just the problematic query requests but this should be ok. Change-Id: If591ad9b3a34b1bf4d082f609e5c45c24ebd5dc9
This commit is contained in:
@@ -2,3 +2,4 @@ datasource:
|
||||
name: OpenStack
|
||||
isDefault: True
|
||||
url: https://graphite.opendev.org
|
||||
access: proxy
|
||||
|
Reference in New Issue
Block a user