Make default time span of ES index configurable #628
Labels
enhancement
help wanted
Features that maintainers are willing to accept but do not have cycles to implement
Right now ES storage rotates indices every 24hrs because of this code in es span writer:
It would be better to have a CLI flag to configure the time span of the index, and truncate
span.StartTime
to that granularity.The text was updated successfully, but these errors were encountered: