Replies: 2 comments 2 replies
-
I've been debugging this by taking metrics out and seeing what happens, and it seems that the error only occurs when trying to send the filesystem_used_ratio host_metric to Cloudwatch. Are there any known quirks with this metric? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the response - just filtering down to that metric and no others produces the error, so unless that metric by itself is reaching some limit it seems to be something to do with the metric itself. By using vector tap I can see that the value is sometimes 'null' for this gauge (I can't see this being the case for others), I wonder if that might be causing the issue? I can't seem to be able to test as it doesn't look like I can access .gauge.value in VRL (I can see this ticket if this is still the case? #5521) |
Beta Was this translation helpful? Give feedback.
-
Hi, I have a Vector Aggregator deployment in ECS/Fargate, which receives logs and metrics from other Vector deployments and sends them to CloudWatch. This works well for logs, however when deploying using metrics I get the following error:
This error starts pretty much as soon as the cluster starts up. Sometimes some metrics make it into Cloudwatch and sometimes they don't (one hypothesis is that they may have started reaching cloudwatch after I reduced the rate limit, but that hasn't stopped the error).
My config is as below:
There isn't much to go on on this error, so I'm wondering if anyone has seen anything similar or has some steps to help debug?
Vector version: 0.42.0
Beta Was this translation helpful? Give feedback.
All reactions