Komu Wairagu

Results 186 comments of Komu Wairagu

@JensRantil That sounds like a sensible approach. > at the end, log all of the logged events in a single (structured) log statement. This reminds me of; https://brandur.org/canonical-log-lines

``` Lossless Log Aggregation is the process of aggregating similar logs into a larger aggregate log. Common metadata and values are deduplicated and merged during the aggregation. When done effectively,...

This series of blogposts by Matt Klein(of envoy proxy) are interesting and cover a similar topic to the one here; - https://mattklein123.dev/2024/04/03/observability-cost-crisis/ - https://mattklein123.dev/2024/04/10/do-you-need-to-store-that-telemetry/

https://github.com/hashicorp/raft/blob/master/fuzzy/readme.md

hi @dzmitry-lahoda If you are using postgres version 10+ you can full text search on json/jsonb. But I think ES will always have a better full text search than postgres...

You are welcome. On Mon, 6 Apr 2020 at 19:01, amard33p wrote: > Your article was simply beautiful. Thank you very much for your > contribution! > > — >...

Have you seen https://komuw.github.io/naz/step_by_step_demo.html? On Sat, 2 Dec 2023 at 13:08, sarim ***@***.***> wrote: > please write a complete code > > 1. how can i send multiple sms >...

THIS may not be a good change. sending sigkil's seems more like something that should be left to process managers like supervisord/systemd

we can get the code from; https://github.com/komuw/wiji/blob/master/wiji/watchdog.py

maybe also add an asyncio blocked calls detector: https://github.com/komuw/wiji/blob/224d2bcdf223d2fdd54179317b135c029e12b497/wiji/watchdog.py