You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requirement - what kind of business use case are you trying to solve?
As our Jaeger span count increasing, more and more large ES index size, the large size index will be caused more performance issues for the ES side. To avoid this issue, an hourly rotate index is the most convenient option when in systems with large amounts of data.
I think can provide a parameter for the user choice, the default is "day" mode (like that current) user also can change to "hour" mode
let me create a PR to finish it
Problem - what in Jaeger blocks you from solving the requirement?
Proposal - what do you suggest to solve the problem or improve the existing situation?
Any open questions to address
The text was updated successfully, but these errors were encountered:
Requirement - what kind of business use case are you trying to solve?
As our Jaeger span count increasing, more and more large ES index size, the large size index will be caused more performance issues for the ES side. To avoid this issue, an hourly rotate index is the most convenient option when in systems with large amounts of data.
I think can provide a parameter for the user choice, the default is "day" mode (like that current) user also can change to "hour" mode
let me create a PR to finish it
Problem - what in Jaeger blocks you from solving the requirement?
Proposal - what do you suggest to solve the problem or improve the existing situation?
Any open questions to address
The text was updated successfully, but these errors were encountered: