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,
|
||
|
|
},
|
||
|
|
}
|