We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 484b299 commit c304bc5Copy full SHA for c304bc5
pkg/querier/frontend/frontend.go
@@ -59,7 +59,7 @@ type Config struct {
59
CacheResults bool `yaml:"cache_results"`
60
CompressResponses bool `yaml:"compress_responses"`
61
ResultsCacheConfig `yaml:"results_cache"`
62
- DownstreamURL string `yaml:"downstream"`
+ DownstreamURL string `yaml:"downstream"`
63
}
64
65
// RegisterFlags adds the flags required to config this to the given FlagSet.
0 commit comments