ソースを参照

Fix url replacement

Signed-off-by: Matt Bolt <mbolt35@gmail.com>
Matt Bolt 2 年 前
コミット
c9367c55f5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pkg/costmodel/allocation.go

+ 1 - 1
pkg/costmodel/allocation.go

@@ -13,7 +13,7 @@ import (
 )
 
 const (
-	// https://opencost.atlassian.net/browse/BURNDOWN-234
+	// https://kubecost.atlassian.net/browse/BURNDOWN-234
 	// upstream KSM has implementation change vs OC internal KSM - it sets metric to 0 when pod goes down
 	// VS OC implementation which stops emitting it
 	// by adding != 0 filter, we keep just the active times in the prom result