Quellcode durchsuchen

Update helpers.go

custom prom edit

Signed-off-by: Jashwanth Kumar K <101602768+jash2105@users.noreply.github.com>
Jashwanth Kumar K vor 2 Jahren
Ursprung
Commit
4185557b19
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 {