about summary refs log tree commit diff
path: root/tools/monitoring
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-06-28 18:52:59 +0200
committermakefunstuff <[email protected]>2024-06-28 18:52:59 +0200
commit4350965f277bd8c82d6a39a4666d92539f263545 (patch)
tree8e8265c26d5bd6495e6aa74f03679e709d79151c /tools/monitoring
parentd92851edfd96fb935b16d7c7c65bea6730580188 (diff)
downloadk3s-lab-4350965f277bd8c82d6a39a4666d92539f263545.tar.gz
config jibbity jabbity
Diffstat (limited to 'tools/monitoring')
-rw-r--r--tools/monitoring/values.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/monitoring/values.yaml b/tools/monitoring/values.yaml
index ca8f2cf..c648657 100644
--- a/tools/monitoring/values.yaml
+++ b/tools/monitoring/values.yaml
@@ -54,10 +54,10 @@ opentelemetry-collector:
     receivers:
       otlp:
         protocols:
-          grpc:
-          http:
+          grpc: {}
+          http: {}
     processors:
-      batch:
+      batch: {}
     exporters:
       prometheusremotewrite:
         endpoint: "http://prometheus-server.monitoring.svc.cluster.local/api/v1/write"