We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several customized kernel are incompatible with Pouch, so if Pouch add kernel version to metrics would be much helpful.
metrics.EngineVersion.WithLabelValues( fmt.Sprintf("%s BUILDTIME:%s Pouch", version.GitCommit, version.BuildTime), version.Version, "architecture", "graph_driver", kernelVersion, "os").Set(1)
The text was updated successfully, but these errors were encountered:
#dibs
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Why you need it?
Several customized kernel are incompatible with Pouch, so if Pouch add kernel version to metrics would be much helpful.
How it could be?
Other related information
The text was updated successfully, but these errors were encountered: