Amir Raminfar

Results 176 comments of Amir Raminfar

@FrancYescO When you get a chance can you try https://github.com/amir20/dozzle/pull/3227? I just did random optimizations. Not sure if it would make a difference but I tried trimming the buffer sooner....

The problem is that I can't really reproduce the 15s and 5s pauses. I have seen a few seconds. So anything I try is just a best guess. I am...

So it turns out moving batch size to a smaller number actually makes performance _worst_. Because then it needs to flush 5x per second which isn't great. I made more...

Based on my testing, this looks really good so far. No freezes at all for me.

Someone pointed out on reddit that they might want to control permissions to `docker.sock` and that now there is no way. Hmmm....not sure if I have a solution with that.

> Is this why there's degraded functionality here where some metrics are unavailable? No, changes to functionality that I know of... > The way I see it is that I...

@EoinD123 > Just wanted to chime in that I'd also be losing the ability to use socket-proxy with Dozzle, seems a shame to lose that feature in favor of another...

@tenfourty I think the majority of people want to limit permissions which is why they use socket proxy? Is that so? I think a better solution would be to map...

@dj3520-git you must be one of three rare people? 😂 Setting up TLS with Docker is so hard that most people just don't do it. I have had so many...

Hey folks! Let me try to summarize. Based on the feedback, people want to have a way to control the permissions for Dozzle. All fair. I did some research and...