2025-01-07 18:46:35 -03:00
|
|
|
role: "Agent"
|
|
|
|
|
service:
|
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
|
|
extraVolumes:
|
|
|
|
|
- name: vector-logs
|
|
|
|
|
persistentVolumeClaim:
|
2025-01-09 09:27:21 -03:00
|
|
|
claimName: vector-logs-pvc
|
2025-01-07 18:46:35 -03:00
|
|
|
|
|
|
|
|
extraVolumeMounts:
|
|
|
|
|
- name: vector-logs
|
|
|
|
|
mountPath: /vector-logs
|
|
|
|
|
|
2025-01-20 11:39:43 -03:00
|
|
|
logLevel: "debug"
|
|
|
|
|
|
2025-01-07 18:46:35 -03:00
|
|
|
customConfig:
|
|
|
|
|
data_dir: /var/lib/vector
|
|
|
|
|
sources:
|
|
|
|
|
benchmark-experiments-source:
|
|
|
|
|
type: kubernetes_logs
|
|
|
|
|
extra_label_selector: "app.kubernetes.io/name=codex-benchmarks"
|
|
|
|
|
node_annotation_fields:
|
|
|
|
|
node_labels: ""
|
|
|
|
|
pod_annotation_fields:
|
|
|
|
|
container_id: ""
|
|
|
|
|
container_image: ""
|
|
|
|
|
container_image_id: ""
|
|
|
|
|
pod_node_name: ""
|
|
|
|
|
pod_owner: ""
|
|
|
|
|
pod_uid: ""
|
|
|
|
|
pod_ip: ""
|
|
|
|
|
pod_ips: ""
|
2025-01-20 11:39:43 -03:00
|
|
|
glob_minimum_cooldown_ms: 5000
|
2025-01-07 18:46:35 -03:00
|
|
|
|
|
|
|
|
sinks:
|
|
|
|
|
output:
|
|
|
|
|
type: file
|
|
|
|
|
inputs: [benchmark-experiments-source]
|
|
|
|
|
path: "/vector-logs/benchmarks-%Y-%m-%d.jsonl"
|
|
|
|
|
encoding:
|
|
|
|
|
codec: json
|