Juan Calderon-Perez

Results 1409 comments of Juan Calderon-Perez

@jpetrucciani Any updates on this? I tried using the yaml from @mscheltienne but it doesnt install dependencies

@robotdjman Can you fix the merge conflicts? Awesome work!

@nsarrazin This one should be good to merge

@robotdjman I'd say to make those last changes in a separate PR to get this one merged.

@ansrivas This was fixed by #197 The middleware needs a new release.

@cturra This is useful when you only want to expose chronyd through a especific interface. For example, mine is only accesible via localhost which gets requests through a socat tunnel.

This could be because Uptrace uses zstd compression by default with Clickhouse. Does qryn allow specifying compression? qryn seems to be using zstd in only 3-4 fields, which explains the...

This query shows that uptrace lets you configure compression type/level and that gets appended to the clickhouse schema. https://github.com/search?q=repo%3Auptrace%2Fuptrace%20ch_schema&type=code

Ths only downsize of using Nested is that it makes the field more strict than a string. Also worth mentioning fields like: `service_name, parent_id, payload_type, payload, tags` are all highly...