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 AutoInstrumentationJava ¶ added in v0.41.1
func AutoInstrumentationJava() string
func AutoInstrumentationNodeJS ¶ added in v0.41.1
func AutoInstrumentationNodeJS() string
func AutoInstrumentationPython ¶ added in v0.41.1
func AutoInstrumentationPython() string
func OpenTelemetryCollector ¶
func OpenTelemetryCollector() string
OpenTelemetryCollector returns the default OpenTelemetryCollector to use when no versions are specified via CLI or configuration.
func TargetAllocator ¶ added in v0.33.0
func TargetAllocator() string
TargetAllocator returns the default TargetAllocator to use when no versions are specified via CLI or configuration.
Types ¶
type Version ¶
type Version struct { Operator string `json:"opentelemetry-operator"` BuildDate string `json:"build-date"` OpenTelemetryCollector string `json:"opentelemetry-collector-version"` Go string `json:"go-version"` TargetAllocator string `json:"target-allocator-version"` AutoInstrumentationJava string `json:"auto-instrumentation-java"` AutoInstrumentationNodeJS string `json:"auto-instrumentation-nodejs"` AutoInstrumentationPython string `json:"auto-instrumentation-python"` }
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.