
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
6 lines
100 B
YAML
6 lines
100 B
YAML
datasource:
|
|
name: OpenStack
|
|
isDefault: True
|
|
url: https://graphite.opendev.org
|
|
access: proxy
|