mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix unit in help string of sandbox_creation_time_seconds.
It's in seconds, not milliseconds. PiperOrigin-RevId: 523522490
This commit is contained in:
committed by
gVisor bot
parent
307a1961d8
commit
ba73f3cbf1
@@ -618,7 +618,7 @@ var (
|
||||
SandboxCreationMetric = prometheus.Metric{
|
||||
Name: "sandbox_creation_time_seconds",
|
||||
Type: prometheus.TypeGauge,
|
||||
Help: "When the sandbox was created, as a unix timestamp in milliseconds.",
|
||||
Help: "When the sandbox was created, as a unix timestamp in seconds.",
|
||||
}
|
||||
NumRunningSandboxesMetric = prometheus.Metric{
|
||||
Name: "num_sandboxes_running",
|
||||
|
||||
Reference in New Issue
Block a user