Skip to content

Commit

Permalink
Merge #123729
Browse files Browse the repository at this point in the history
123729: kvserver: send pebble health info to storage log r=dt a=dt

Release note: none.
Epic: none.

Co-authored-by: David Taylor <tinystatemachine@gmail.com>
  • Loading branch information
craig[bot] and dt committed May 11, 2024
2 parents 59b261a + 318b6f0 commit 4c2e776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kv/kvserver/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -3551,7 +3551,7 @@ func (s *Store) ComputeMetricsPeriodically(
if tick%logSSTInfoTicks == 1 /* every 10m */ {
// NB: The initial blank line ensures that compaction stats display
// will not contain the log prefix.
log.Infof(ctx, "\n%s", m.Metrics)
log.Storage.Infof(ctx, "\n%s", m.Metrics)
}
// Periodically emit a store stats structured event to the TELEMETRY channel,
// if reporting is enabled. These events are intended to be emitted at low
Expand Down

0 comments on commit 4c2e776

Please sign in to comment.