Feat: login done

This commit is contained in:
2025-09-05 03:59:25 +08:00
parent 6d7074198f
commit f527230f1e
43 changed files with 2090 additions and 93 deletions

View File

@@ -0,0 +1,19 @@
receivers:
otlp:
protocols:
http: 0.0.0.0:4138
grpc: 0.0.0.0:4137
processors:
batch:
exporters:
logging:
loglevel: debug
service:
pipelines:
logs:
receivers: [otlp]
processors: [batch]
exporters: [logging]