Some checks failed
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled
mdBook Build & Deploy / Build mdBook (push) Has been cancelled
Nickel Type Check / Nickel Type Checking (push) Has been cancelled
mdBook Build & Deploy / Documentation Quality Check (push) Has been cancelled
mdBook Build & Deploy / Deploy to GitHub Pages (push) Has been cancelled
mdBook Build & Deploy / Notification (push) Has been cancelled
20 lines
336 B
Plaintext
20 lines
336 B
Plaintext
# Common Monitoring Defaults
|
|
# Default monitoring configuration applied to all deployment modes
|
|
|
|
{
|
|
prometheus_enabled = false,
|
|
log_level = "info",
|
|
tracing_enabled = false,
|
|
metrics_path = "/metrics",
|
|
|
|
logging = {
|
|
format = "text",
|
|
outputs = ["stdout"],
|
|
},
|
|
|
|
metrics = {
|
|
enabled = false,
|
|
interval = 60,
|
|
},
|
|
}
|