Correct logging url.
This commit is contained in:
parent
1d6efa607e
commit
8462cc21ef
1 changed files with 18 additions and 2 deletions
20
logging.yaml
20
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
|
||||
|
|
Loading…
Add table
Reference in a new issue