Skip to content

Commit

Permalink
Fix prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
gagliardetto committed Dec 11, 2024
1 parent a0fbc9a commit 9692166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http-range.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func (r *readCloserWrapper) ReadAt(p []byte, off int64) (n int, err error) {
metrics.IndexLookupHistogram.WithLabelValues(
indexName,
boolToString(r.isRemote),
boolToString(r.isSplitCar),
).Observe(float64(took.Seconds()))
}

Expand Down

0 comments on commit 9692166

Please sign in to comment.