Преглед на файлове

Update helpers.go

custom prom edit

Signed-off-by: Jashwanth Kumar K <101602768+jash2105@users.noreply.github.com>
Jashwanth Kumar K преди 2 години
родител
ревизия
4185557b19
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      pkg/prom/helpers.go

+ 1 - 1
pkg/prom/helpers.go

@@ -11,7 +11,7 @@ import (
 	"gopkg.in/yaml.v2"
 )
 
-const PrometheusTroubleshootingURL = "https://gitbook.kubecost.com/v/1.0x/install-and-configure/install/custom-prom"
+const PrometheusTroubleshootingURL = "https://www.opencost.io/docs/integrations/prometheus"
 
 // ScrapeConfig is the minimalized view of a prometheus scrape configuration
 type ScrapeConfig struct {