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 <weeco91@gmail.com>
  • Loading branch information
amuraru and weeco authored Jun 22, 2021
1 parent 77249c3 commit 4cbfe01
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 @@ -22,7 +22,7 @@ type TopicConfig struct {
IgnoredTopics []string `koanf:"ignoredTopics"`

// InfoMetric configures how the kafka_topic_info metric is populated
InfoMetric InfoMetricConfig `koanf:"exporter"`
InfoMetric InfoMetricConfig `koanf:"infoMetric"`
}

type InfoMetricConfig struct {
Expand Down

0 comments on commit 4cbfe01

Please sign in to comment.