Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Alloy namespace - all alloy apps are deployed in kube-system AlloyNamespace = "kube-system" // Monitoring AlloyMetricsAppName = "alloy-metrics" AlloyMetricsHelmValueKey = "alloyMetrics" // Logging AlloyLogsAppName = "alloy-logs" AlloyLogsHelmValueKey = "alloyLogs" // Events (used for both logging and tracing) AlloyEventsAppName = "alloy-events" AlloyEventsHelmValueKey = "alloyEvents" // Log export. Unlike the collectors above this is not part of the // observability-bundle: it is one app per management cluster, deployed in `monitoring` // and configured by LogExport resources. AlloyLogExporterAppName = "alloy-logexporter" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.