Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultAgentVersion = "v0.32.0-rc.0" DefaultAgentBaseImage = "grafana/agent" DefaultAgentImage = DefaultAgentBaseImage + ":" + DefaultAgentVersion )
Supported versions of the Grafana Agent.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { LogLevel logging.Level LogFormat logging.Format Labels promop.Labels Controller controller.Options AgentSelector string KubelsetServiceName string // RestConfig used to connect to cluster. One will be generated based on the // environment if not set. RestConfig *rest.Config }
Config controls the configuration of the Operator.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
apis
|
|
Package assets contains helper types used for loading in static assets when configuring the Grafana Agent.
|
Package assets contains helper types used for loading in static assets when configuring the Grafana Agent. |
Package config generates Grafana Agent configuration based on Kubernetes resources.
|
Package config generates Grafana Agent configuration based on Kubernetes resources. |
Package hierarchy provides tools to discover a resource hierarchy.
|
Package hierarchy provides tools to discover a resource hierarchy. |
Package logutil implements an adaptor for the go-kit logger, which is used in the Grafana Agent project, and go-logr, which is used in controller-runtime.
|
Package logutil implements an adaptor for the go-kit logger, which is used in the Grafana Agent project, and go-logr, which is used in controller-runtime. |
Click to show internal directories.
Click to hide internal directories.