Draft: big refactor

This commit is contained in:
2025-09-16 16:03:27 +08:00
parent f527230f1e
commit 85fa3dfe73
47 changed files with 1166 additions and 351 deletions

View File

@@ -1,19 +1,17 @@
receivers:
otlp:
protocols:
http: 0.0.0.0:4138
grpc: 0.0.0.0:4137
processors:
batch:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
exporters:
logging:
loglevel: debug
debug:
verbosity: detailed
service:
pipelines:
logs:
receivers: [otlp]
processors: [batch]
exporters: [logging]
exporters: [debug]