Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Commit

Permalink
fix a metric
Browse files Browse the repository at this point in the history
  • Loading branch information
Chao Wang committed Sep 7, 2018
1 parent c96cf22 commit 0b7fbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggregator/entry.go
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ func (e *Entry) updateTimedMetadataWithLock(
}

e.aggregations = newAggregations
e.metrics.forwarded.metadataUpdates.Inc(1)
e.metrics.timed.metadataUpdates.Inc(1)
return nil
}

Expand Down

0 comments on commit 0b7fbb1

Please sign in to comment.