@fairmint/canton-node-sdk
Version:
Canton Node SDK
37 lines (33 loc) • 822 B
Plain Text
canton {
monitoring {
logging {
query-cost.every = 60s
# Enable future supervision so that we can diagnose better when processing gets stuck somewhere
log-slow-futures = yes
api {
max-method-length = 100
}
}
metrics {
jvm-metrics.enabled = yes
reporters = [{
type = prometheus
address = "0.0.0.0"
port = 10013
}]
cardinality = 40000
# enable all metric qualifiers
qualifiers = ["errors", "latency", "saturation", "traffic", "debug"]
histograms = [
{
name = "*"
aggregation = {
type = "exponential"
max-buckets = 160 # default open telemetry buckets
max-scale = 20 # default open telemetry scale
}
}
]
}
}
}