mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-11 13:57:36 -08: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
|
DroppedSamples int
|
||||||
DroppedTombstones int
|
DroppedTombstones int
|
||||||
TotalSeries int // Processed series including dropped ones.
|
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.
|
TotalTombstones int // Processed tombstones including dropped ones.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue