collector

package
v0.102.0 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2024 License: Apache-2.0 Imports: 35 Imported by: 0

Documentation

Overview

Package collector handles the OpenTelemetry Collector.

Package collector handles the OpenTelemetry Collector.

Index

Constants

View Source
const (
	ComponentOpenTelemetryCollector = "opentelemetry-collector"
)

Variables

This section is empty.

Functions

func Build

func Build(params manifests.Params) ([]client.Object, error)

Build creates the manifest for the collector resource.

func ClusterRole added in v0.92.0

func ClusterRole(params manifests.Params) (*rbacv1.ClusterRole, error)

func ClusterRoleBinding added in v0.92.0

func ClusterRoleBinding(params manifests.Params) (*rbacv1.ClusterRoleBinding, error)

func ConfigMap

func ConfigMap(params manifests.Params) (*corev1.ConfigMap, error)

func Container

func Container(cfg config.Config, logger logr.Logger, otelcol v1beta1.OpenTelemetryCollector, addConfig bool) corev1.Container

Container builds a container for the given collector.

func DaemonSet

func DaemonSet(params manifests.Params) (*appsv1.DaemonSet, error)

DaemonSet builds the deployment for the given instance.

func Deployment

func Deployment(params manifests.Params) (*appsv1.Deployment, error)

Deployment builds the deployment for the given instance.

func HeadlessService

func HeadlessService(params manifests.Params) (*corev1.Service, error)

func HorizontalPodAutoscaler

func HorizontalPodAutoscaler(params manifests.Params) (*autoscalingv2.HorizontalPodAutoscaler, error)

func Ingress

func Ingress(params manifests.Params) (*networkingv1.Ingress, error)

func MonitoringService

func MonitoringService(params manifests.Params) (*corev1.Service, error)

func PodDisruptionBudget added in v0.86.0

func PodDisruptionBudget(params manifests.Params) (*policyV1.PodDisruptionBudget, error)

func PodMonitor added in v0.90.0

func PodMonitor(params manifests.Params) (*monitoringv1.PodMonitor, error)

PodMonitor returns the pod monitor for the given instance.

func ReplaceConfig

func ReplaceConfig(instance v1beta1.OpenTelemetryCollector) (string, error)

func Routes

func Routes(params manifests.Params) ([]*routev1.Route, error)

func Service

func Service(params manifests.Params) (*corev1.Service, error)

func ServiceAccount

func ServiceAccount(params manifests.Params) (*corev1.ServiceAccount, error)

ServiceAccount returns the service account for the given instance.

func ServiceAccountName

func ServiceAccountName(instance v1beta1.OpenTelemetryCollector) string

ServiceAccountName returns the name of the existing or self-provisioned service account to use for the given instance.

func ServiceMonitor

func ServiceMonitor(params manifests.Params) (*monitoringv1.ServiceMonitor, error)

ServiceMonitor returns the service monitor for the collector.

func ServiceMonitorMonitoring added in v0.100.0

func ServiceMonitorMonitoring(params manifests.Params) (*monitoringv1.ServiceMonitor, error)

ServiceMonitor returns the service monitor for the monitoring service of the collector.

func StatefulSet

func StatefulSet(params manifests.Params) (*appsv1.StatefulSet, error)

StatefulSet builds the statefulset for the given instance.

func TargetAllocator added in v0.96.0

func TargetAllocator(params manifests.Params) (*v1alpha1.TargetAllocator, error)

TargetAllocator builds the TargetAllocator CR for the given instance.

func VolumeClaimTemplates

func VolumeClaimTemplates(otelcol v1beta1.OpenTelemetryCollector) []corev1.PersistentVolumeClaim

VolumeClaimTemplates builds the volumeClaimTemplates for the given instance, including the config map volume mount.

func Volumes

func Volumes(cfg config.Config, otelcol v1beta1.OpenTelemetryCollector) []corev1.Volume

Volumes builds the volumes for the given instance, including the config map volume.

Types

type Config

type Config struct {
	PromConfig        *promconfig.Config `yaml:"config"`
	TargetAllocConfig *targetAllocator   `yaml:"target_allocator,omitempty"`
}

type PortNumberKey added in v0.94.0

type PortNumberKey struct {
	Port     int32
	Protocol corev1.Protocol
}

type ServiceType added in v0.100.0

type ServiceType int
const (
	BaseServiceType ServiceType = iota
	HeadlessServiceType
	MonitoringServiceType
)

func (ServiceType) String added in v0.100.0

func (s ServiceType) String() string

Directories

Path Synopsis
Package adapters is for data conversion.
Package adapters is for data conversion.
exporter
Package parser is for parsing the OpenTelemetry Collector configuration.
Package parser is for parsing the OpenTelemetry Collector configuration.
processor
Package parser is for parsing the OpenTelemetry Collector configuration.
Package parser is for parsing the OpenTelemetry Collector configuration.
receiver
Package parser is for parsing the OpenTelemetry Collector configuration.
Package parser is for parsing the OpenTelemetry Collector configuration.

Jump to

Keyboard shortcuts

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