fix(infra): update NATS configuration for OpenTelemetry tracing and JetStream support refactor(dapr): modify Dapr sidecar configuration to use new resources path and config file chore(docs): update deployment documentation to include observability services docs(commit-convention): establish commit message guidelines for Asepharyana Hub docs(deploy-workflow): outline CI/CD pipeline and manual deployment steps for Asepharyana Hub feat(event-driven): implement event-driven architecture patterns with Dapr and NATS docs(hub-rules): define repository structure, submodule strategy, and infrastructure patterns
20 lines
299 B
Plaintext
20 lines
299 B
Plaintext
# ── NATS Server Configuration ──
|
|
# JetStream
|
|
jetstream: true
|
|
store_dir: /data
|
|
|
|
# OpenTelemetry tracing
|
|
otel:
|
|
traces:
|
|
exporter: otlp
|
|
otlp:
|
|
endpoint: otel-collector:4318
|
|
insecure: true
|
|
|
|
# HTTP monitoring
|
|
http_port: 8222
|
|
|
|
# Limits
|
|
max_payload: 1MB
|
|
max_pending_size: 64MB
|