We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Every single malformed doc logs a warning in the doc processor. We need a way to make sure we log at most N docs per minutes for this.
This ended up causing #4460.
This can be tested easily with ./simian "abu(rate=20mb)" --endpoint localhost:7280
./simian "abu(rate=20mb)" --endpoint localhost:7280
The solution needs to be "frugal".
The text was updated successfully, but these errors were encountered:
We have another risky call site. When the WAL is full we log a warning every try sends an ingest request.
Sorry, something went wrong.
@trinity-1686a can you take of the PR. You can either use vector's solution, cook your own, or use a macro with a static as you suggested.
I kind of like the idea of the macro.
trinity-1686a
Successfully merging a pull request may close this issue.
Every single malformed doc logs a warning in the doc processor. We need a way to make sure we log at most N docs per minutes for this.
This ended up causing #4460.
This can be tested easily with
./simian "abu(rate=20mb)" --endpoint localhost:7280
The solution needs to be "frugal".
The text was updated successfully, but these errors were encountered: