Просмотр исходного кода

Removed the env var constants from costmodel.go

Matt Bolt 5 лет назад
Родитель
Сommit
32270123f1
1 измененных файлов с 0 добавлено и 6 удалено
  1. 0 6
      pkg/costmodel/costmodel.go

+ 0 - 6
pkg/costmodel/costmodel.go

@@ -47,12 +47,6 @@ const (
 	epCleanTombstones = apiPrefix + "/admin/tsdb/clean_tombstones"
 	epConfig          = apiPrefix + "/status/config"
 	epFlags           = apiPrefix + "/status/flags"
-
-	clusterIDKey   = "CLUSTER_ID"
-	remoteEnabled  = "REMOTE_WRITE_ENABLED"
-	thanosEnabled  = "THANOS_ENABLED"
-	thanosQueryUrl = "THANOS_QUERY_URL"
-	thanosOffset   = "THANOS_QUERY_OFFSET"
 )
 
 type CostModel struct {