From 23d86cfd576986cfd56a90f5c08d70d8a0aada8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Utku=20=C3=96zdemir?= Date: Sun, 13 Aug 2023 12:37:42 +0200 Subject: [PATCH] fix: use proxy access mode in grafana to access prometheus Addresses https://github.com/utkuozdemir/nvidia_gpu_exporter/issues/118 https://github.com/utkuozdemir/nvidia_gpu_exporter/issues/114 --- install/windows.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/windows.ps1 b/install/windows.ps1 index 287a4fe..12c6747 100644 --- a/install/windows.ps1 +++ b/install/windows.ps1 @@ -44,7 +44,7 @@ apiVersion: 1 datasources: - name: Prometheus type: prometheus - access: direct + access: proxy orgId: 1 url: http://localhost:9090 isDefault: true