Add repository guidelines and enhance documentation for project structure, build commands, coding standards, and testing practices. Introduce AGENTS.md for contributor guidance, update README.md to reference new guidelines, and improve configuration documentation for NATS modes. Update Makefile and Taskfile with clearer run commands and requirements for development and production modes. Add production deployment guide and improve logging configuration for better observability.

This commit is contained in:
windyboy
2025-11-17 16:25:23 +08:00
parent 67abd66fa3
commit 704c7b80f6
34 changed files with 2976 additions and 782 deletions
+5 -1
View File
@@ -13,6 +13,10 @@ exporters:
endpoint: jaeger:4317
tls:
insecure: true
prometheus:
endpoint: "0.0.0.0:8888"
const_labels:
source: "otel-collector"
service:
pipelines:
@@ -21,5 +25,5 @@ service:
exporters: [logging, otlp/jaeger]
metrics:
receivers: [otlp]
exporters: [logging]
exporters: [logging, prometheus]