version

package
v1.76.0 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

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

func (Info) String

func (i Info) String() string

type InfoMetrics

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

InfoMetrics hold a gauge whose tags include build information.

func NewInfoMetrics

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