-
Notifications
You must be signed in to change notification settings - Fork 50
Scalyr can't keep up with our logs #525
Comments
We currently observe this on |
@mo-gr IMHO you should reduce the log volume, because you create a lot of I/O in a latency critical application affecting the whole business. What you can do is to use https://opensource.zalando.com/skipper/reference/filters/#disableaccesslog to disable logging on some of the routes. |
i think these access logs all have to be collected for compliance or similar reasons. Sampling is not an option in this case. |
@aryszka who said that? @ChristianLohmann @mrandi do you know if this is true or can find someone responsible to answer the question if team pathfinder has to log all accesslogs in the main shop http router? |
@szuecs I'd argue that this is a bug or misconfiguration that should be fixed in Scalyr agent. What's the point of a logging service that can't keep up with a reasonable logging volume for one of our most important applications? And why do the users now have to babysit something as simple as logging and try to customise it on a per-route basis? |
@aermakov-zalando I let team logging answer your question. In the end technically you want to do sampling for high volume logs, if this is possible, because of compliance is different. |
I'd suggest not having this discussion in a public GitHub repo. I'll follow up via email. |
@szuecs plz create an internal ticket for this. Thx! |
One of our applications is creating a lot of logs. They are mostly access logs, so there isn't much we can do to reduce the amount of logs. We create so much logs that the scalyr agent is having trouble processing them. We very frequently see lines like
The way I understand this, scalyr is frequently dropping many MB of logs. This results in very frequent 1-2min long gaps in the scalyr logs. Is there anything we (or you) can do about this?
The text was updated successfully, but these errors were encountered: