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

[v8] Backport Add teleport_build_info Prometheus metric to Teleport (#9595) #10135

Merged
merged 3 commits into from
Feb 4, 2022

Conversation

rcanderson23
Copy link
Contributor

Adds teleport_build_info metric to Teleport providing the gitref, version, and Go version.

Adds teleport_build_info metric to Teleport providing the gitref, version, and Go version.
@rcanderson23 rcanderson23 enabled auto-merge (squash) February 4, 2022 15:37
Copy link
Contributor

@hatched hatched left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, Looks good 👍

prometheus.GaugeOpts{
Namespace: teleport.MetricNamespace,
Name: teleport.MetricBuildInfo,
Help: "Provides build information of Teleport including gitref (git describe --long --tags), Go version, and Teleport version. The value of this gauge will always be 1.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Help: "Provides build information of Teleport including gitref (git describe --long --tags), Go version, and Teleport version. The value of this gauge will always be 1.",
Help: "Provides build information for Teleport including gitref (git describe --long --tags), Go version, and Teleport version. The value of this gauge will always be 1.",

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

Successfully merging this pull request may close these issues.

4 participants