Skip to content
New issue

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

feature: add kernel info to EngineVersion metric #2881

Closed
CodeJuan opened this issue May 31, 2019 · 1 comment · Fixed by #2889
Closed

feature: add kernel info to EngineVersion metric #2881

CodeJuan opened this issue May 31, 2019 · 1 comment · Fixed by #2889

Comments

@CodeJuan
Copy link
Contributor

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

	metrics.EngineVersion.WithLabelValues(
		fmt.Sprintf("%s BUILDTIME:%s Pouch", version.GitCommit, version.BuildTime),
		version.Version,
		"architecture",
		"graph_driver",
		kernelVersion,
		"os").Set(1)
@KevinBetterQ
Copy link
Contributor

#dibs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants