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
|
destinations: # List of destinations where telemetry data will be sent
|
||||||
- name: monitor-test
|
- name: monitor-test
|
||||||
type: otlp
|
type: otlp
|
||||||
url: "https://monitor-test.rut.sunet.se:4317"
|
url: "monitor-test.rut.sunet.se:4317"
|
||||||
metrics: { enabled: true }
|
metrics: { enabled: true }
|
||||||
logs: { enabled: true }
|
logs: { enabled: true }
|
||||||
traces: { 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
|
# Features to enable, which determines what data to collect
|
||||||
clusterMetrics:
|
clusterMetrics:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
kube-state-metrics:
|
||||||
|
tolerations:
|
||||||
|
- effect: NoSchedule
|
||||||
|
operator: Exists
|
||||||
|
node-exporter:
|
||||||
|
tolerations:
|
||||||
|
- effect: NoSchedule
|
||||||
|
operator: Exists
|
||||||
|
|
||||||
clusterEvents:
|
clusterEvents:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -39,10 +47,18 @@ prometheusOperatorObjects:
|
||||||
|
|
||||||
# Telemetry collector definitions
|
# Telemetry collector definitions
|
||||||
alloy-metrics:
|
alloy-metrics:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
controller:
|
||||||
|
tolerations:
|
||||||
|
- effect: NoSchedule
|
||||||
|
operator: Exists
|
||||||
|
|
||||||
alloy-singleton:
|
alloy-singleton:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
alloy-logs:
|
alloy-logs:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
controller:
|
||||||
|
tolerations:
|
||||||
|
- effect: NoSchedule
|
||||||
|
operator: Exists
|
||||||
|
|
Loading…
Add table
Reference in a new issue