Documentation ¶
Overview ¶
Package version contains the operator's version, as well as versions of underlying components.
Index ¶
- func AmazonCloudWatchAgent() string
- func AutoInstrumentationApacheHttpd() string
- func AutoInstrumentationDotNet() string
- func AutoInstrumentationGo() string
- func AutoInstrumentationJava() string
- func AutoInstrumentationNginx() string
- func AutoInstrumentationNodeJS() string
- func AutoInstrumentationPython() string
- func DcgmExporter() string
- func NeuronMonitor() string
- type Version
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AmazonCloudWatchAgent ¶
func AmazonCloudWatchAgent() string
AmazonCloudWatchAgent returns the default AmazonCloudWatchAgent to use when no versions are specified via CLI or configuration.
func AutoInstrumentationApacheHttpd ¶ added in v1.1.0
func AutoInstrumentationApacheHttpd() string
func AutoInstrumentationDotNet ¶ added in v1.1.0
func AutoInstrumentationDotNet() string
func AutoInstrumentationGo ¶ added in v1.1.0
func AutoInstrumentationGo() string
func AutoInstrumentationJava ¶
func AutoInstrumentationJava() string
func AutoInstrumentationNginx ¶ added in v1.1.0
func AutoInstrumentationNginx() string
func AutoInstrumentationNodeJS ¶ added in v1.1.0
func AutoInstrumentationNodeJS() string
func AutoInstrumentationPython ¶ added in v1.1.0
func AutoInstrumentationPython() string
func DcgmExporter ¶ added in v1.3.0
func DcgmExporter() string
func NeuronMonitor ¶ added in v1.3.0
func NeuronMonitor() string
Types ¶
type Version ¶
type Version struct { Operator string `json:"amazon-cloudwatch-agent-operator"` BuildDate string `json:"build-date"` AmazonCloudWatchAgent string `json:"amazon-cloudwatch-agent-version"` Go string `json:"go-version"` AutoInstrumentationJava string `json:"auto-instrumentation-java"` AutoInstrumentationNodeJS string `json:"auto-instrumentation-nodejs"` AutoInstrumentationPython string `json:"auto-instrumentation-python"` AutoInstrumentationDotNet string `json:"auto-instrumentation-dotnet"` AutoInstrumentationGo string `json:"auto-instrumentation-go"` AutoInstrumentationApacheHttpd string `json:"auto-instrumentation-apache-httpd"` AutoInstrumentationNginx string `json:"auto-instrumentation-nginx"` DcgmExporter string `json:"dcgm-exporter-version"` NeuronMonitor string `json:"neuron-monitor-version"` }
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.