Correct logging url.

This commit is contained in:
Mikael Frykholm 2025-03-27 15:59:35 +01:00
parent 1d6efa607e
commit 8462cc21ef
Signed by: mifr
GPG key ID: 1467F9D69135C236

View file

@ -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