Skip to content

Commit

Permalink
Optimizing Vector Configuration to avoid missing logs (#5324)
Browse files Browse the repository at this point in the history
Optimized the vector configuration to avoid missing logs.
  • Loading branch information
khrm authored Jan 21, 2025
1 parent 26a34ba commit 342bba0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ customConfig:
kubernetes_logs:
type: kubernetes_logs
rotate_wait_secs: 5
glob_minimum_cooldown_ms: 15000
glob_minimum_cooldown_ms: 500
max_read_bytes: 3145728
auto_partial_merge: true
extra_label_selector: "app.kubernetes.io/managed-by in (tekton-pipelines,pipelinesascode.tekton.dev)"
internal_metrics:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ customConfig:
kubernetes_logs:
type: kubernetes_logs
rotate_wait_secs: 5
glob_minimum_cooldown_ms: 15000
glob_minimum_cooldown_ms: 500
max_read_bytes: 3145728
auto_partial_merge: true
extra_label_selector: "app.kubernetes.io/managed-by in (tekton-pipelines,pipelinesascode.tekton.dev)"
internal_metrics:
Expand Down

0 comments on commit 342bba0

Please sign in to comment.