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:
Clark Boylan
2025-01-27 15:00:53 -08:00
parent bc552b2e69
commit 0fede0c0cb

View File

@@ -2,3 +2,4 @@ datasource:
name: OpenStack
isDefault: True
url: https://graphite.opendev.org
access: proxy