vector

package
v1.15.0 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultVectorImage = "timberio/vector:0.26.0-alpine"
	// Default resources for Vector agent
	DefaultVectorCpuRequest    = "100m"
	DefaultVectorMemoryRequest = "128Mi"
	DefaultVectorCpuLimit      = "2"
	DefaultVectorMemoryLimit   = "2Gi"
	DefaultScrapeInterval      = 30
	// CassandraMetricsPortLegacy is the metrics port to scrape for the legacy MCAC stack (Metrics
	// Collector for Apache Cassandra).
	CassandraMetricsPortLegacy = 9103
	// CassandraMetricsPortModern is the metrics port to scrape for the modern stack (metrics
	// exposed by management-api).
	CassandraMetricsPortModern = 9000
)

Variables

This section is empty.

Functions

func VectorContainerResources

func VectorContainerResources(telemetrySpec *telemetry.TelemetrySpec) corev1.ResourceRequirements

Types

type VectorConfig

type VectorConfig struct {
	Sinks          string
	ScrapePort     int32
	ScrapeInterval int32
	ScrapeEndpoint string
}

Jump to

Keyboard shortcuts

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