初始化仓库

This commit is contained in:
2026-02-26 17:13:15 +08:00
commit 6985b70ddc
6 changed files with 212 additions and 0 deletions

23
otel/app.yaml Normal file
View File

@@ -0,0 +1,23 @@
receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
processors:
batch:
exporters:
clickhouse:
endpoint: tcp://clickhouse:9000
username: default
password: "123456"
service:
pipelines:
traces:
receivers: [otlp]
processors: [batch]
exporters: [clickhouse]