24 lines
321 B
Plaintext
24 lines
321 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
|