neuronull
neuronull
@dependabot rebase
Hello, Are you using the `http` sink? I see from the linked spec > VictoriaLogs accepts JSON line stream aka [ndjson](http://ndjson.org/) at http://localhost:9428/insert/jsonline endpoint. Have you tried using the `http`...
Just dropping a note that I briefly looked at this but didn't have enough time to root cause it. The issue seems to be related to the gauge `cgroup_memory_anon_bytes`.
It also seems to have not been working in v0.24.0
👋 Hi @cboudereau, This has been discussed a bit in the past. And @zamazan4ik also started down the path in https://github.com/vectordotdev/vector/pull/14369. I think since the discussion previously was focused in...
Note- despite this actually being review ready, I am marking it as blocked because we likely won't ramp someone else on the feature for a few weeks.
Adding a note to DOCUMENTING.md : https://github.com/vectordotdev/vector/pull/15910
Echoing Jesse's appreciation for helping get this change solidified! I'll try to get to this today but if I don't, it's in my queue for the new year.
> Could anyone point me, to how should I resolve it since the Clickhouse request has no metadata? Hi @zamazan4ik , it looks like we'll need to extend some of...
Looking at this more closely, I think the part in the sink `run()` function ```Rust .map(|e| e.into_log()) ``` , could maybe be removed, and that leaves us with just an...