mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
runsc: Add Go runtime version as metadata metric label.
This allows tracking the Go runtime version of `runsc` in monitoring. PiperOrigin-RevId: 519837349
This commit is contained in:
committed by
gVisor bot
parent
a0f4020ea5
commit
9939deac84
@@ -404,6 +404,7 @@ func (c *Config) MetricMetadata() map[string]string {
|
||||
"overlay": c.Overlay2.String(),
|
||||
"fsmode": fsMode,
|
||||
"cpuarch": runtime.GOARCH,
|
||||
"go": runtime.Version(),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user