Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Removed old comment that does not apply anylonger
Browse files Browse the repository at this point in the history
  • Loading branch information
fkaleo committed May 18, 2019
1 parent c451e62 commit a211433
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mdata/notifierKafka/cfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ func ConfigProcess(instance string) {
partitionLogSize = make(map[int32]*stats.Gauge64)
partitionLag = make(map[int32]*stats.Gauge64)

// when booting up, we will delay consuming metrics until we have
// caught up to these offsets.
for _, part := range partitions {
// metric cluster.notifier.kafka.partition.%d.offset is the current offset for the partition (%d) that we have consumed
partitionOffset[part] = stats.NewGauge64(fmt.Sprintf("cluster.notifier.kafka.partition.%d.offset", part))
Expand Down

0 comments on commit a211433

Please sign in to comment.