✨ 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:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user