version

package
v1.24.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2021 License: Apache-2.0 Imports: 6 Imported by: 164

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Command

func Command() *cobra.Command

Command creates version command

func RegisterHandler

func RegisterHandler(mu *http.ServeMux, logger *zap.Logger)

RegisterHandler registers version handler to /version

Types

type Info

type Info struct {
	GitCommit  string `json:"gitCommit"`
	GitVersion string `json:"gitVersion"`
	BuildDate  string `json:"buildDate"`
}

Info holds build information

func Get

func Get() Info

Get creates and initialized Info object

type InfoMetrics added in v1.24.0

type InfoMetrics struct {
	BuildInfo metrics.Gauge `metric:"build_info"`
}

InfoMetrics hold metrics about build information

func NewInfoMetrics added in v1.24.0

func NewInfoMetrics(metricsFactory metrics.Factory) *InfoMetrics

NewInfoMetrics returns a InfoMetrics

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL