Skip to content

Commit

Permalink
fix(chstorage): pass valid exemplar scope attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
tdakkota committed Jul 9, 2024
1 parent b13277c commit 0cc18ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/chstorage/inserter_metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ func (b *metricsBatch) addHistogramPoints(name string, res, scope lazyAttributes
Name: bucketName,
Timestamp: ts,
Attributes: attrs,
Scope: scope,
Resource: res,
},
point.Exemplars(),
Expand Down

0 comments on commit 0cc18ab

Please sign in to comment.