Dalton Barreto

Results 10 issues of Dalton Barreto

Hi, I'm following this documentation (https://docs.docker.com/registry/configuration/#log) about the ability to generate JSON logs. But even when `log.formatter=json`, the Registry still generates some non-JSON log lines. This is the Registry version:...

priority/P2

Remove suporte ao Python 3.6 e faz os testes rodarem no Python 3.8 e 3.9

breaking-change

- Atualizando orjson e uvloop - Re-gerando Pipfile.lock - Removendo a passagem explícita do argumento loop

Vamos fechar uma nova breaking change, que removerá a possibilidade de passar o parametro `loop` (essa possibilidade foi totalmente removida no python 3.10). Aproveitando vamos remover a compatibilidade com python...

Hello @radoondas, I'm running a ES cluster behind a reverse proxy and this proxy is set to talk HTTPS. When I set the config option `output.elasticsearch.hosts` to `["https://server:443"]` despite elasticbeat...

Hello @radoondas, First thanks for your work on this project! I'm staring to use it and it will give us much more control/visibility over the performance of our ES clusters....

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. * Please do...

bug
forward/review
service/notebooks

plugnplay should get the default logger if none is passed. This way we at least try to log something, rather than failing silently.

bug

Currently, plugnplay executes all implementors of a given interface in the order they were loaded. Issue #5 garantees that the same set of plugins will be loaded in the same...

idea