Skip to content

Commit

Permalink
Update aggregators/converter.go
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Wilkins <axwalk@gmail.com>
  • Loading branch information
lahsivjar and axw authored Jul 24, 2023
1 parent bdf0bc3 commit c8bd086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggregators/converter.go
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ func populateNil[T any](a *T) *T {

// combinedMetricsCollector collects and categorizes partitioned metrics into the
// alloted partitions. If more than one metrics are added mapping to the same partition
// then they represent are merged.
// then they are merged.
type combinedMetricsCollector map[uint16]*aggregationpb.ServiceInstanceMetrics

func (c combinedMetricsCollector) add(
Expand Down

0 comments on commit c8bd086

Please sign in to comment.