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.
Click to show internal directories.
Click to hide internal directories.