Fix unit in help string of sandbox_creation_time_seconds.

It's in seconds, not milliseconds.

PiperOrigin-RevId: 523522490
This commit is contained in:
Etienne Perot
2023-04-11 15:38:18 -07:00
committed by gVisor bot
parent 307a1961d8
commit ba73f3cbf1
+1 -1
View File
@@ -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",