Skip to content

Commit 861fab3

Browse files
committed
Add changelog
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
1 parent 9315c47 commit 861fab3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,16 @@ Overall, the change is backward compatible:
8383

8484
However, some custom integration that rely on exact string matches of trace IDs may be broken.
8585

86+
#### Change default rollover conditions to 2 days
87+
88+
([PR #1963](https://github.com/jaegertracing/jaeger/pull/1963), [@pavolloffay](https://github.com/pavolloffay))
89+
90+
Change default rollover conditions from 7 days to 2 days.
91+
92+
Given that by default Jaeger uses daily indices and some organizations do not keep data longer than 7 days
93+
the default of 7 days seems unreasonable - it might result in a too big index and
94+
running curator would immediately remove the old index.
95+
8696
### Backend Changes
8797

8898
#### New Features

0 commit comments

Comments
 (0)