version

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package version contains the operator's version, as well as versions of underlying components.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AutoInstrumentationDotNet

func AutoInstrumentationDotNet() string

func AutoInstrumentationGo

func AutoInstrumentationGo() string

func AutoInstrumentationJava

func AutoInstrumentationJava() string

func AutoInstrumentationNodeJS

func AutoInstrumentationNodeJS() string

func AutoInstrumentationPhp

func AutoInstrumentationPhp() string

func AutoInstrumentationPython

func AutoInstrumentationPython() string

func AutoInstrumentationRuby added in v0.3.0

func AutoInstrumentationRuby() string

Types

type Version

type Version struct {
	Operator                  string `json:"k8s-agents-operator"`
	BuildDate                 string `json:"build-date"`
	Go                        string `json:"go-version"`
	AutoInstrumentationJava   string `json:"newrelic-instrumentation-java"`
	AutoInstrumentationNodeJS string `json:"newrelic-instrumentation-nodejs"`
	AutoInstrumentationPython string `json:"newrelic-instrumentation-python"`
	AutoInstrumentationDotNet string `json:"newrelic-instrumentation-dotnet"`
	AutoInstrumentationPhp    string `json:"newrelic-instrumentation-php"`
	AutoInstrumentationRuby   string `json:"newrelic-instrumentation-ruby"`
	AutoInstrumentationGo     string `json:"autoinstrumentation-go"`
}

Version holds this Operator's version as well as the version of some of the components it uses.

func Get

func Get() Version

Get returns the Version object with the relevant information.

func (Version) String

func (v Version) String() string

Jump to

Keyboard shortcuts

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