We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b082525 commit dbdb7dbCopy full SHA for dbdb7db
cmd/otel-allocator/config/config.go
@@ -41,7 +41,7 @@ import (
41
42
const (
43
DefaultResyncTime = 5 * time.Minute
44
- DefaultConfigFilePath string = "../../conf/targetallocator.yaml"
+ DefaultConfigFilePath string = "/conf/targetallocator.yaml"
45
DefaultCRScrapeInterval model.Duration = model.Duration(time.Second * 30)
46
DefaultAllocationStrategy = "consistent-hashing"
47
DefaultFilterStrategy = "relabel-config"
0 commit comments