From 01af577cb2c2c04c4fd5f4864ee71fd4ac4188b6 Mon Sep 17 00:00:00 2001 From: luorijun Date: Tue, 16 Jun 2026 11:29:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=97=A5=E5=BF=97=E6=94=B6?= =?UTF-8?q?=E9=9B=86=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- otel/app.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/otel/app.yaml b/otel/app.yaml index 771c66a..2bec77a 100644 --- a/otel/app.yaml +++ b/otel/app.yaml @@ -21,3 +21,7 @@ service: receivers: [otlp] processors: [batch] exporters: [clickhouse] + logs: + receivers: [otlp] + processors: [batch] + exporters: [clickhouse]