Skip to content

Commit 7bb171e

Browse files
committed
Hide TSDB compactor config from config file reference doc
Signed-off-by: Marco Pracucci <[email protected]>
1 parent 25c317a commit 7bb171e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cortex/cortex.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ type Config struct {
7676
TableManager chunk.TableManagerConfig `yaml:"table_manager,omitempty"`
7777
Encoding encoding.Config `yaml:"-"` // No yaml for this, it only works with flags.
7878
TSDB tsdb.Config `yaml:"tsdb" doc:"hidden"`
79-
Compactor compactor.Config `yaml:"compactor,omitempty"`
79+
Compactor compactor.Config `yaml:"compactor,omitempty" doc:"hidden"`
8080

8181
Ruler ruler.Config `yaml:"ruler,omitempty"`
8282
ConfigDB db.Config `yaml:"configdb,omitempty"`

0 commit comments

Comments
 (0)