mirror of
https://github.com/prometheus/prometheus
synced 2025-02-06 15:14:19 +00:00
Typo fixed: "inlcuding" -> "including" (#462)
Signed-off-by: JoeWrightss <zhoulin.xie@daocloud.io>
This commit is contained in:
parent
01e8296ee1
commit
83a4ef1382
@ -35,7 +35,7 @@ type CheckpointStats struct {
|
||||
DroppedSamples int
|
||||
DroppedTombstones int
|
||||
TotalSeries int // Processed series including dropped ones.
|
||||
TotalSamples int // Processed samples inlcuding dropped ones.
|
||||
TotalSamples int // Processed samples including dropped ones.
|
||||
TotalTombstones int // Processed tombstones including dropped ones.
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user