akvlad
akvlad
Ok. Let's check a complicated clickhouse request and discuss which primary key we should use. `sum(rate({forwarder="vector"} | regexp "appname\":\"(?[^\"]+)" [1m])) by (a) ` ``` WITH idx_sel AS ( SELECT sel_1.fingerprint...
Actually I have been thinking lastly about some smart approach for this. Let's say we have a more deterministic part of fingerprint in another field. It is an 8-bit hash...
@R-omk After some discussion we created a custom env parameter for advanced users. https://github.com/metrico/qryn/pull/216 So you can create the new db with the correct primary key. Feel free to test.
Well, we don't plan adding extra timestamps to the log field for now. Precision is on the sender. I can suggest adding nanosecond part of the log timestamp from the...
@dvillaume well, that's strange because microsecond precision should give you pretty good ordering. Please take a look at this example https://vector.dev/docs/reference/configuration/transforms/lua/#examples-count-the-number-of-logs They make a counter and update it each new...
I'm walking through old issues. @dvillaume is this issue still relevant for now?
The PR is merged. The endpoint exists in the latest release. I close this issue.
@Dletta please hold this PR. I think I'll change the sharding strategy.
@Cluas I decided to rewrite all the clustering in this issue: https://github.com/metrico/qryn/issues/207 . And I started yesterday. So the results may be at least in the next week.
# Application changes ## Multitenancy Initialization The initial env variable for the multitenancy support is `MULTITENANCY=ON`. It should be exported all the time when cLoki is used with organization IDs....