Identify when Vector has processed all the logs #10133
-
Hi, We are running Vector as a sidecar container inside K8s pods. Vector is ingesting log files from some locations and outputting it to some sinks. Is there a way to identify how much of the logs Vector has processed? Or has Vector processed all the logs and passed them to the sink? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi! |
Beta Was this translation helpful? Give feedback.
Hi!
If you want to have those internal information and send them somewhere else, you can use the
internal_metrics
.If you want to do it to troubleshoot, you can use
vector top
in the running container and you will see what vector is handling.Tell me if you need more information 😉