Back Pressure Metric #23050
-
Is there any metric that would show if there is any back-pressure being applied upstream? I have scenerio where I'm using s3 source to process data then write back to s3 with the s3 sink and if my nodes go from 5 down to 3 source SQS queue startes growing because we arent processing data fast enough. But on all nodes CPU is low, memory is low, disk is low, all metrics from Vector are low and input / output match. The s3 sink just is not writing data fast enough but no disk buffer grows its applying back pressure upstream but I cant find a metric that says "this here is the slowdown". |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @satellite-no, utilization and |
Beta Was this translation helpful? Give feedback.
Hi @satellite-no, utilization and
buffer_
metrics should be good indicators. These are all internal to Vector though. You can also experiment with https://vector.dev/docs/reference/configuration/sinks/aws_s3/#request settings if you haven't already.