mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-06 18:26:51 +00:00
fix(telemetry): raise TraceQL metrics max_duration to 168h
TraceQL metrics queries default to a 3h max range (query_frontend.metrics.max_duration), so a dashboard set to a longer window failed with "range ... exceeds 3h0m0s". Add a query_frontend block raising it to 168h, matching the search max_duration, so the consensus close-time panels work at 6h/12h/24h ranges. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -17,6 +17,14 @@ stream_over_http_enabled: true
|
||||
server:
|
||||
http_listen_port: 3200
|
||||
|
||||
# Raise the TraceQL metrics query range limit. The default
|
||||
# query_frontend.metrics.max_duration is 3h, so a dashboard set to a longer
|
||||
# window (e.g. 6h/12h) fails with "range exceeds 3h0m0s". 168h matches the
|
||||
# search max_duration and gives dashboards generous headroom.
|
||||
query_frontend:
|
||||
metrics:
|
||||
max_duration: 168h
|
||||
|
||||
distributor:
|
||||
receivers:
|
||||
otlp:
|
||||
|
||||
Reference in New Issue
Block a user