mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-06 06:07:11 +02:00
fix typo in recordType method of wal_watcher.go (#5297)
Signed-off-by: tariqibrahim <tariq181290@gmail.com>
This commit is contained in:
parent
cfb9135a41
commit
1adb91738d
@ -445,7 +445,7 @@ func recordType(rt tsdb.RecordType) string {
|
|||||||
case tsdb.RecordTombstones:
|
case tsdb.RecordTombstones:
|
||||||
return "tombstones"
|
return "tombstones"
|
||||||
default:
|
default:
|
||||||
return "unkown"
|
return "unknown"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user