Skip to content

Commit

Permalink
Optimizing Vector Configuration to avoid missing logs
Browse files Browse the repository at this point in the history
Optimized the vector configuration to avoid missing logs.
  • Loading branch information
khrm committed Jan 20, 2025
1 parent 7a1f820 commit 05b2956
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 05b2956

Please sign in to comment.