telemetry

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2022 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsPromInstalled

func IsPromInstalled(client client.Client, logger logr.Logger) (bool, error)

IsPromInstalled returns true if Prometheus is installed in the cluster, false otherwise.

func SpecIsValid

func SpecIsValid(tspec *telemetryapi.TelemetrySpec, promInstalled bool) (bool, error)

Types

type PrometheusResourcer

type PrometheusResourcer struct {
	MonitoringTargetNS   string
	MonitoringTargetName string
	ServiceMonitorName   string
	Logger               logr.Logger
	CommonLabels         map[string]string
}

func (PrometheusResourcer) CleanupResources

func (cfg PrometheusResourcer) CleanupResources(ctx context.Context, client runtimeclient.Client) error

CleanupResources executes the cleanup of any resources on the cluster, once they are no longer required.

func (PrometheusResourcer) NewCassServiceMonitor

func (cfg PrometheusResourcer) NewCassServiceMonitor() (promapi.ServiceMonitor, error)

NewCassServiceMonitor returns a Prometheus operator ServiceMonitor resource.

func (PrometheusResourcer) NewStargateServiceMonitor

func (cfg PrometheusResourcer) NewStargateServiceMonitor() (promapi.ServiceMonitor, error)

NewStargateServiceMonitor returns a Prometheus operator ServiceMonitor resource.

func (PrometheusResourcer) UpdateResources

func (cfg PrometheusResourcer) UpdateResources(
	ctx context.Context,
	client runtimeclient.Client,
	owner metav1.Object,
	desiredSM *promapi.ServiceMonitor,
) error

UpdateResources executes the creation of the desired Prometheus resources on the cluster.

type TelemetryConfigIncomplete

type TelemetryConfigIncomplete struct {
	// contains filtered or unexported fields
}

func (TelemetryConfigIncomplete) Error

func (detail TelemetryConfigIncomplete) Error() string

type TelemetryDepsNotInstalled

type TelemetryDepsNotInstalled struct {
	// contains filtered or unexported fields
}

func (TelemetryDepsNotInstalled) Error

func (detail TelemetryDepsNotInstalled) Error() string

Jump to

Keyboard shortcuts

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