Skip to content

Commit

Permalink
Update minion/config_topic_config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Schneppenheim <[email protected]>
  • Loading branch information
amuraru and weeco authored Jun 22, 2021
1 parent a8a95ac commit 032d501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minion/config_topic_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type TopicConfig struct {
type InfoMetricConfig struct {
// ConfigKeys configures optional topic configuration keys that should be exported
// as prometheus metric labels.
// By default "topic_name", "partition_count", "replication_factor" and "cleanup.policy" are exported
// By default only "cleanup.policy" is exported
ConfigKeys []string `koanf:"configKeys"`
}

Expand Down

0 comments on commit 032d501

Please sign in to comment.