mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-24 21:24:05 -08: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:
|
||||
return "tombstones"
|
||||
default:
|
||||
return "unkown"
|
||||
return "unknown"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue