Skip to content

Commit

Permalink
add frequency for rollover
Browse files Browse the repository at this point in the history
Signed-off-by: Rohanraj123 <[email protected]>
  • Loading branch information
Rohanraj123 committed Dec 6, 2024
1 parent 95d4041 commit 68df496
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cmd/jaeger/config-elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,27 +34,27 @@ extensions:
elasticsearch:
rollover:
enabled: true
frequency: "week"
frequency: "168h"
indices:
index_prefix: "jaeger-main"
spans:
date_layout: "2006-01-02"
rollover_frequency: "day"
rollover_frequency: "1day"
shards: 5
replicas: 1
services:
date_layout: "2006-01-02"
rollover_frequency: "day"
rollover_frequency: "1day"
shards: 5
replicas: 1
dependencies:
date_layout: "2006-01-02"
rollover_frequency: "day"
rollover_frequency: "1day"
shards: 5
replicas: 1
sampling:
date_layout: "2006-01-02"
rollover_frequency: "day"
rollover_frequency: "1day"
shards: 5
replicas: 1
another_storage:
Expand All @@ -73,4 +73,4 @@ processors:

exporters:
jaeger_storage_exporter:
trace_storage: some_storage
trace_storage: some_storage

0 comments on commit 68df496

Please sign in to comment.