From 8462cc21ef1d5a49db1f5719512491b722bbbe26 Mon Sep 17 00:00:00 2001 From: Mikael Frykholm Date: Thu, 27 Mar 2025 15:59:35 +0100 Subject: [PATCH] Correct logging url. --- logging.yaml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/logging.yaml b/logging.yaml index 746ccf2..2adfa2e 100644 --- a/logging.yaml +++ b/logging.yaml @@ -4,7 +4,7 @@ cluster: destinations: # List of destinations where telemetry data will be sent - name: monitor-test type: otlp - url: "https://monitor-test.rut.sunet.se:4317" + url: "monitor-test.rut.sunet.se:4317" metrics: { enabled: true } logs: { enabled: true } traces: { enabled: true } @@ -12,6 +12,14 @@ destinations: # List of destinations where telemetry data will be sent # Features to enable, which determines what data to collect clusterMetrics: enabled: true + kube-state-metrics: + tolerations: + - effect: NoSchedule + operator: Exists + node-exporter: + tolerations: + - effect: NoSchedule + operator: Exists clusterEvents: enabled: true @@ -39,10 +47,18 @@ prometheusOperatorObjects: # Telemetry collector definitions alloy-metrics: - enabled: true + enabled: true + controller: + tolerations: + - effect: NoSchedule + operator: Exists alloy-singleton: enabled: true alloy-logs: enabled: true + controller: + tolerations: + - effect: NoSchedule + operator: Exists