Skip to content

Commit

Permalink
fix prometheus breaking change
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Protasio <[email protected]>
  • Loading branch information
alanprot committed May 24, 2023
1 parent 521999d commit 4c852bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/receive/multitsdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ func (t *MultiTSDB) TenantStats(statsByLabelName string, tenantIDs ...string) []
if db == nil {
return
}
stats := db.Head().Stats(statsByLabelName)
stats := db.Head().Stats(statsByLabelName, 10)

mu.Lock()
defer mu.Unlock()
Expand Down

0 comments on commit 4c852bf

Please sign in to comment.