Replies: 1 comment
-
|
Hi @stapie! I'm Dosu and I’m helping the jaeger team. Unfortunately, extending the monitor tab timeframe beyond 2 days is not currently supported in Jaeger V2. This is a known feature gap, not a configuration issue. The While the backend does have lookback duration defaults (48 hours for traces, 1 hour for metrics), there's no UI configuration exposed to control the monitor tab's timeframe. This has been requested as a feature enhancement in the jaeger-ui repository. You may want to add your use case to that issue to help prioritize it. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm unable to configure or find the appropriate documentation on how to extend monitor time frame for more than 2 days.
I tried to apply below configurations but it only works for traces search tab, not monitor. Currently on jaeger v2.14.1. Please help to extend this. Thanks in advance.
"search": {
"maxLookback": {
"label": "14 Days",
"value": "14d"
},
"maxLimit": 1500
}
OR
"monitor": {
"maxLookback": {
"label": "14 Days",
"value": "14d"
},
"maxLimit": 1500
}
Beta Was this translation helpful? Give feedback.
All reactions