We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edcfac5 commit b0a8267Copy full SHA for b0a8267
pkg/util/validation/limits.go
@@ -87,7 +87,7 @@ type Limits struct {
87
StoreGatewayTenantShardSize int `yaml:"store_gateway_tenant_shard_size" json:"store_gateway_tenant_shard_size"`
88
89
// Compactor.
90
- CompactorRetentionPeriod time.Duration `yaml:"compactor_blocks_retention_period"`
+ CompactorRetentionPeriod time.Duration `yaml:"compactor_blocks_retention_period" json:"compactor_blocks_retention_period"`
91
92
// This config doesn't have a CLI flag registered here because they're registered in
93
// their own original config struct.
0 commit comments