Replies: 1 comment 2 replies
-
|
This is likely related to the changes made in #24024/#24050. Are you able to confirm that this was not the case in v0.50.0? Do you have an full example config and the expected output from when it was working as expected vs now? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hi,
I had a pipeline use assert() functions to catch oddball logs at scale which are not handled due to unusual combination of fields. However, these functions with vector 0.5x does not appear to be rate limited in a manner similar to log() which caused docker container logs to nearly fill some sink's capacity.
Just wondering if this is by design? Is it discouraged to use assert functions in the pipeline and only use them in unit tests?
Vector Config
Vector Logs
No response
Beta Was this translation helpful? Give feedback.
All reactions