Skip to content

Commit

Permalink
fix assigned label
Browse files Browse the repository at this point in the history
  • Loading branch information
ying-jeanne committed Oct 9, 2024
1 parent 5207d8d commit 498759d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ingester/activeseries/active_series.go
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ func (s *seriesStripe) findAndUpdateOrCreateEntryForSeries(ref storage.SeriesRef
s.caLabel = s.costAttributionMng.GetUserAttributionLabel(s.userID)
}
s.costAttributionValues[attributionValue]++
e.attributionValue = s.caLabel
e.calabel = s.caLabel
e.attributionValue = attributionValue
}

Expand Down

0 comments on commit 498759d

Please sign in to comment.