Vladyslav Diachenko
Vladyslav Diachenko
**Problem:** The connections pool runs a health check for each connection in the background and if the health check is completed with an error, it closes this connection. (the logic...
In our case, we use primary store (consul) and secondary store (`memberlist`). So, when the app established a connection with `consul`, the service becomes `Ready`, and after some time if...
it's necessary to configure Github Actions to release `xk6-loki` binary. AC: * release process must be triggered automatically once the branch is tagged with the release tag. * binary must...
**What this PR does / why we need it**: adjusted Client to convert SegmentWriter to the reader using the new function that uses buffer pool. **Special notes for your reviewer**:...
**Describe the bug** When the Logfmt or JSON parser meets the symbol `�` inside the label value, it skips the whole label or replaces the value with an empty string....